Html Css Color HEX #AF7146 Bourbon

📋 copy color: '#AF7146'

red 175 ◦ green 113 ◦ blue 70

#AF7146
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bourbon #AF7146

Tints of Bourbon #AF7146

RGB

 RED value IS 175 (68.75% from 255) = 48.88%

 GREEN value IS 113 (44.53% from 255) = 31.56%

 BLUE value IS 70 (27.73% from 255) = 19.55%

R = 48.88%
G = 31.56%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF7146 (or 0xAF7146) is known color: Bourbon. HEX triplet: AF, 71 and 46. RGB value is (175,113,70). Sum of RGB (Red+Green+Blue) = 175+113+70=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7146 is #508EB9. Grayscale: #7E7E7E. Windows color (decimal): -5279418 or 4616623. OLE color: 4616623.

HSL color Cylindrical-coordinate representation of color #AF7146: hue angle of 24.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF7146 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 113 70 -
CMYK 0 0.35 0.60 0.31
HSL 24.57º 0.43% 0.48% -
HSV(B) 24.57º 0.6% 0.69% -
XYZ 24.69 21.37 8.62 -
YUV 126.64 96.04 162.5 -
System Red Green Blue C M Y K H S L
Decimal 175 113 70 0 0.35 0.60 0.31 24.57 0.43 0.48
Hex AF 71 46 0 23 3C 1F 19 2B 30
Octal 257 161 106 0 43 74 37 31 53 60
Binary 10101111 1110001 1000110 0 100011 111100 11111 11001 101011 110000

Color Harmonies of #AF7146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7146

Black with #AF7146

Text Example


Text Example

White with #AF7146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7146; }

 p { color: rgb(175,113,70); }

 H1.HeaderClassName
 {
   color: #AF7146;
 }
 .AnyTagClassName
 {
   color: #AF7146;
 }
</style>

background-color css

<style>
 a { background-color: #AF7146; }

 a { background-color: rgb(175,113,70); }

 div.DivClassName
 {
   background-color: #AF7146;
 }
 .BgClassName
 {
   background-color: #AF7146;
 }
</style>

border-color css

<style>
 span { border-color: #AF7146; }

 span { border-color: rgb(175,113,70); }

 td.TdClassName
 {
   border-color: #AF7146;
 }
 .TagClassName
 {
   border-color: #AF7146;
 }
</style>