Html Css Color HEX #AF6837 Bourbon

📋 copy color: '#AF6837'

red 175 ◦ green 104 ◦ blue 55

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

Shades of Bourbon #AF6837

Tints of Bourbon #AF6837

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.14%

 BLUE value IS 55 (21.88% from 255) = 16.47%

R = 52.4%
G = 31.14%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF6837 (or 0xAF6837) is known color: Bourbon. HEX triplet: AF, 68 and 37. RGB value is (175,104,55). Sum of RGB (Red+Green+Blue) = 175+104+55=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6837 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6837 is #5097C8. Grayscale: #777777. Windows color (decimal): -5281737 or 3631279. OLE color: 3631279.

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

Color convert

RGB 175 104 55 -
CMYK 0 0.41 0.69 0.31
HSL 24.5º 0.52% 0.45% -
HSV(B) 24.5º 0.69% 0.69% -
XYZ 23.32 19.29 6.11 -
YUV 119.64 91.52 167.48 -
System Red Green Blue C M Y K H S L
Decimal 175 104 55 0 0.41 0.69 0.31 24.5 0.52 0.45
Hex AF 68 37 0 29 45 1F 18 34 2D
Octal 257 150 67 0 51 105 37 30 64 55
Binary 10101111 1101000 110111 0 101001 1000101 11111 11000 110100 101101

Color Harmonies of #AF6837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6837

Black with #AF6837

Text Example


Text Example

White with #AF6837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6837; }

 p { color: rgb(175,104,55); }

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

background-color css

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

 a { background-color: rgb(175,104,55); }

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

border-color css

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

 span { border-color: rgb(175,104,55); }

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