Html Css Color HEX #AF6A3E Bourbon

📋 copy color: '#AF6A3E'

red 175 ◦ green 106 ◦ blue 62

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

Shades of Bourbon #AF6A3E

Tints of Bourbon #AF6A3E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.9%

 BLUE value IS 62 (24.61% from 255) = 18.08%

R = 51.02%
G = 30.9%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF6A3E (or 0xAF6A3E) is known color: Bourbon. HEX triplet: AF, 6A and 3E. RGB value is (175,106,62). Sum of RGB (Red+Green+Blue) = 175+106+62=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6A3E is #5095C1. Grayscale: #797979. Windows color (decimal): -5281218 or 4090543. OLE color: 4090543.

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

Color convert

RGB 175 106 62 -
CMYK 0 0.39 0.65 0.31
HSL 23.36º 0.48% 0.46% -
HSV(B) 23.36º 0.65% 0.69% -
XYZ 23.7 19.77 7.12 -
YUV 121.62 94.36 166.08 -
System Red Green Blue C M Y K H S L
Decimal 175 106 62 0 0.39 0.65 0.31 23.36 0.48 0.46
Hex AF 6A 3E 0 27 41 1F 17 30 2E
Octal 257 152 76 0 47 101 37 27 60 56
Binary 10101111 1101010 111110 0 100111 1000001 11111 10111 110000 101110

Color Harmonies of #AF6A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A3E

Black with #AF6A3E

Text Example


Text Example

White with #AF6A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A3E; }

 p { color: rgb(175,106,62); }

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

background-color css

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

 a { background-color: rgb(175,106,62); }

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

border-color css

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

 span { border-color: rgb(175,106,62); }

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