Html Css Color HEX #AF6E46 Bourbon

📋 copy color: '#AF6E46'

red 175 ◦ green 110 ◦ blue 70

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

Shades of Bourbon #AF6E46

Tints of Bourbon #AF6E46

RGB

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

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

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

R = 49.3%
G = 30.99%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF6E46 (or 0xAF6E46) is known color: Bourbon. HEX triplet: AF, 6E and 46. RGB value is (175,110,70). Sum of RGB (Red+Green+Blue) = 175+110+70=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6E46 is #5091B9. Grayscale: #7D7D7D. Windows color (decimal): -5280186 or 4615855. OLE color: 4615855.

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

Color convert

RGB 175 110 70 -
CMYK 0 0.37 0.60 0.31
HSL 22.86º 0.43% 0.48% -
HSV(B) 22.86º 0.6% 0.69% -
XYZ 24.36 20.71 8.51 -
YUV 124.88 97.03 163.75 -
System Red Green Blue C M Y K H S L
Decimal 175 110 70 0 0.37 0.60 0.31 22.86 0.43 0.48
Hex AF 6E 46 0 25 3C 1F 17 2B 30
Octal 257 156 106 0 45 74 37 27 53 60
Binary 10101111 1101110 1000110 0 100101 111100 11111 10111 101011 110000

Color Harmonies of #AF6E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6E46

Black with #AF6E46

Text Example


Text Example

White with #AF6E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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