Html Css Color HEX #AF6439 Bourbon

📋 copy color: '#AF6439'

red 175 ◦ green 100 ◦ blue 57

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

Shades of Bourbon #AF6439

Tints of Bourbon #AF6439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.17%

R = 52.71%
G = 30.12%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF6439 (or 0xAF6439) is known color: Bourbon. HEX triplet: AF, 64 and 39. RGB value is (175,100,57). Sum of RGB (Red+Green+Blue) = 175+100+57=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6439 is #509BC6. Grayscale: #757575. Windows color (decimal): -5282759 or 3761327. OLE color: 3761327.

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

Color convert

RGB 175 100 57 -
CMYK 0 0.43 0.67 0.31
HSL 21.86º 0.51% 0.45% -
HSV(B) 21.86º 0.67% 0.69% -
XYZ 22.97 18.52 6.24 -
YUV 117.52 93.85 169 -
System Red Green Blue C M Y K H S L
Decimal 175 100 57 0 0.43 0.67 0.31 21.86 0.51 0.45
Hex AF 64 39 0 2B 43 1F 16 33 2D
Octal 257 144 71 0 53 103 37 26 63 55
Binary 10101111 1100100 111001 0 101011 1000011 11111 10110 110011 101101

Color Harmonies of #AF6439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6439

Black with #AF6439

Text Example


Text Example

White with #AF6439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6439; }

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

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

background-color css

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

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

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

border-color css

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

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

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