Html Css Color HEX #AF6943 Bourbon

📋 copy color: '#AF6943'

red 175 ◦ green 105 ◦ blue 67

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

Shades of Bourbon #AF6943

Tints of Bourbon #AF6943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.31%

R = 50.43%
G = 30.26%
B = 19.31%

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

#AF6943 (or 0xAF6943) is known color: Bourbon. HEX triplet: AF, 69 and 43. RGB value is (175,105,67). Sum of RGB (Red+Green+Blue) = 175+105+67=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6943 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6943 is #5096BC. Grayscale: #797979. Windows color (decimal): -5281469 or 4417967. OLE color: 4417967.

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

Color convert

RGB 175 105 67 -
CMYK 0 0.40 0.62 0.31
HSL 21.11º 0.45% 0.47% -
HSV(B) 21.11º 0.62% 0.69% -
XYZ 23.74 19.62 7.85 -
YUV 121.6 97.19 166.09 -
System Red Green Blue C M Y K H S L
Decimal 175 105 67 0 0.40 0.62 0.31 21.11 0.45 0.47
Hex AF 69 43 0 28 3E 1F 15 2D 2F
Octal 257 151 103 0 50 76 37 25 55 57
Binary 10101111 1101001 1000011 0 101000 111110 11111 10101 101101 101111

Color Harmonies of #AF6943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6943

Black with #AF6943

Text Example


Text Example

White with #AF6943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6943; }

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

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

background-color css

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

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

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

border-color css

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

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

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