Html Css Color HEX #AF6E3B Bourbon

📋 copy color: '#AF6E3B'

red 175 ◦ green 110 ◦ blue 59

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

Shades of Bourbon #AF6E3B

Tints of Bourbon #AF6E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.15%

R = 50.87%
G = 31.98%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF6E3B (or 0xAF6E3B) is known color: Bourbon. HEX triplet: AF, 6E and 3B. RGB value is (175,110,59). Sum of RGB (Red+Green+Blue) = 175+110+59=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6E3B is #5091C4. Grayscale: #7B7B7B. Windows color (decimal): -5280197 or 3894959. OLE color: 3894959.

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

Color convert

RGB 175 110 59 -
CMYK 0 0.37 0.66 0.31
HSL 26.38º 0.5% 0.46% -
HSV(B) 26.38º 0.66% 0.69% -
XYZ 24.04 20.58 6.84 -
YUV 123.62 91.53 164.65 -
System Red Green Blue C M Y K H S L
Decimal 175 110 59 0 0.37 0.66 0.31 26.38 0.5 0.46
Hex AF 6E 3B 0 25 42 1F 1A 32 2E
Octal 257 156 73 0 45 102 37 32 62 56
Binary 10101111 1101110 111011 0 100101 1000010 11111 11010 110010 101110

Color Harmonies of #AF6E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6E3B

Black with #AF6E3B

Text Example


Text Example

White with #AF6E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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