Html Css Color HEX #AF6E41 Bourbon

📋 copy color: '#AF6E41'

red 175 ◦ green 110 ◦ blue 65

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

Shades of Bourbon #AF6E41

Tints of Bourbon #AF6E41

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.43%

 BLUE value IS 65 (25.78% from 255) = 18.57%

R = 50%
G = 31.43%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF6E41 (or 0xAF6E41) is known color: Bourbon. HEX triplet: AF, 6E and 41. RGB value is (175,110,65). Sum of RGB (Red+Green+Blue) = 175+110+65=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6E41 is #5091BE. Grayscale: #7C7C7C. Windows color (decimal): -5280191 or 4288175. OLE color: 4288175.

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

Color convert

RGB 175 110 65 -
CMYK 0 0.37 0.63 0.31
HSL 24.55º 0.46% 0.47% -
HSV(B) 24.55º 0.63% 0.69% -
XYZ 24.21 20.65 7.71 -
YUV 124.31 94.53 164.16 -
System Red Green Blue C M Y K H S L
Decimal 175 110 65 0 0.37 0.63 0.31 24.55 0.46 0.47
Hex AF 6E 41 0 25 3F 1F 19 2E 2F
Octal 257 156 101 0 45 77 37 31 56 57
Binary 10101111 1101110 1000001 0 100101 111111 11111 11001 101110 101111

Color Harmonies of #AF6E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6E41

Black with #AF6E41

Text Example


Text Example

White with #AF6E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6E41; }

 p { color: rgb(175,110,65); }

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

background-color css

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

 a { background-color: rgb(175,110,65); }

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

border-color css

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

 span { border-color: rgb(175,110,65); }

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