Html Css Color HEX #AF6942 Bourbon

📋 copy color: '#AF6942'

red 175 ◦ green 105 ◦ blue 66

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

Shades of Bourbon #AF6942

Tints of Bourbon #AF6942

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.35%

 BLUE value IS 66 (26.17% from 255) = 19.08%

R = 50.58%
G = 30.35%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF6942 (or 0xAF6942) is known color: Bourbon. HEX triplet: AF, 69 and 42. RGB value is (175,105,66). Sum of RGB (Red+Green+Blue) = 175+105+66=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6942 is #5096BD. Grayscale: #797979. Windows color (decimal): -5281470 or 4352431. OLE color: 4352431.

HSL color Cylindrical-coordinate representation of color #AF6942: hue angle of 21.47º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF6942 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 105 66 -
CMYK 0 0.40 0.62 0.31
HSL 21.47º 0.45% 0.47% -
HSV(B) 21.47º 0.62% 0.69% -
XYZ 23.71 19.61 7.69 -
YUV 121.48 96.69 166.17 -
System Red Green Blue C M Y K H S L
Decimal 175 105 66 0 0.40 0.62 0.31 21.47 0.45 0.47
Hex AF 69 42 0 28 3E 1F 15 2D 2F
Octal 257 151 102 0 50 76 37 25 55 57
Binary 10101111 1101001 1000010 0 101000 111110 11111 10101 101101 101111

Color Harmonies of #AF6942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6942

Black with #AF6942

Text Example


Text Example

White with #AF6942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6942; }

 p { color: rgb(175,105,66); }

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

background-color css

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

 a { background-color: rgb(175,105,66); }

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

border-color css

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

 span { border-color: rgb(175,105,66); }

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