Html Css Color HEX #AF6437 Bourbon

📋 copy color: '#AF6437'

red 175 ◦ green 100 ◦ blue 55

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

Shades of Bourbon #AF6437

Tints of Bourbon #AF6437

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.3%

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

R = 53.03%
G = 30.3%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF6437 (or 0xAF6437) is known color: Bourbon. HEX triplet: AF, 64 and 37. RGB value is (175,100,55). Sum of RGB (Red+Green+Blue) = 175+100+55=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6437 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6437 is #509BC8. Grayscale: #757575. Windows color (decimal): -5282761 or 3630255. OLE color: 3630255.

HSL color Cylindrical-coordinate representation of color #AF6437: hue angle of 22.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 #AF6437 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 100 55 -
CMYK 0 0.43 0.69 0.31
HSL 22.5º 0.52% 0.45% -
HSV(B) 22.5º 0.69% 0.69% -
XYZ 22.93 18.5 5.98 -
YUV 117.3 92.85 169.16 -
System Red Green Blue C M Y K H S L
Decimal 175 100 55 0 0.43 0.69 0.31 22.5 0.52 0.45
Hex AF 64 37 0 2B 45 1F 16 34 2D
Octal 257 144 67 0 53 105 37 26 64 55
Binary 10101111 1100100 110111 0 101011 1000101 11111 10110 110100 101101

Color Harmonies of #AF6437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6437

Black with #AF6437

Text Example


Text Example

White with #AF6437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6437; }

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

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

background-color css

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

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

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

border-color css

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

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

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