Html Css Color HEX #AF6B40 Bourbon

📋 copy color: '#AF6B40'

red 175 ◦ green 107 ◦ blue 64

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

Shades of Bourbon #AF6B40

Tints of Bourbon #AF6B40

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.92%

 BLUE value IS 64 (25.39% from 255) = 18.5%

R = 50.58%
G = 30.92%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF6B40 (or 0xAF6B40) is known color: Bourbon. HEX triplet: AF, 6B and 40. RGB value is (175,107,64). Sum of RGB (Red+Green+Blue) = 175+107+64=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6B40 is #5094BF. Grayscale: #7A7A7A. Windows color (decimal): -5280960 or 4221871. OLE color: 4221871.

HSL color Cylindrical-coordinate representation of color #AF6B40: hue angle of 23.24º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF6B40 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 107 64 -
CMYK 0 0.39 0.63 0.31
HSL 23.24º 0.46% 0.47% -
HSV(B) 23.24º 0.63% 0.69% -
XYZ 23.86 20 7.45 -
YUV 122.43 95.03 165.5 -
System Red Green Blue C M Y K H S L
Decimal 175 107 64 0 0.39 0.63 0.31 23.24 0.46 0.47
Hex AF 6B 40 0 27 3F 1F 17 2E 2F
Octal 257 153 100 0 47 77 37 27 56 57
Binary 10101111 1101011 1000000 0 100111 111111 11111 10111 101110 101111

Color Harmonies of #AF6B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B40

Black with #AF6B40

Text Example


Text Example

White with #AF6B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B40; }

 p { color: rgb(175,107,64); }

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

background-color css

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

 a { background-color: rgb(175,107,64); }

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

border-color css

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

 span { border-color: rgb(175,107,64); }

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