Html Css Color HEX #AF6D40 Bourbon

📋 copy color: '#AF6D40'

red 175 ◦ green 109 ◦ blue 64

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

Shades of Bourbon #AF6D40

Tints of Bourbon #AF6D40

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.32%

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

R = 50.29%
G = 31.32%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF6D40 (or 0xAF6D40) is known color: Bourbon. HEX triplet: AF, 6D and 40. RGB value is (175,109,64). Sum of RGB (Red+Green+Blue) = 175+109+64=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D40 is #5092BF. Grayscale: #7B7B7B. Windows color (decimal): -5280448 or 4222383. OLE color: 4222383.

HSL color Cylindrical-coordinate representation of color #AF6D40: hue angle of 24.32º 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 #AF6D40 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 109 64 -
CMYK 0 0.38 0.63 0.31
HSL 24.32º 0.46% 0.47% -
HSV(B) 24.32º 0.63% 0.69% -
XYZ 24.07 20.42 7.52 -
YUV 123.6 94.37 164.66 -
System Red Green Blue C M Y K H S L
Decimal 175 109 64 0 0.38 0.63 0.31 24.32 0.46 0.47
Hex AF 6D 40 0 26 3F 1F 18 2E 2F
Octal 257 155 100 0 46 77 37 30 56 57
Binary 10101111 1101101 1000000 0 100110 111111 11111 11000 101110 101111

Color Harmonies of #AF6D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D40

Black with #AF6D40

Text Example


Text Example

White with #AF6D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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