Html Css Color HEX #AF6536 Bourbon

📋 copy color: '#AF6536'

red 175 ◦ green 101 ◦ blue 54

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

Shades of Bourbon #AF6536

Tints of Bourbon #AF6536

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.61%

 BLUE value IS 54 (21.48% from 255) = 16.36%

R = 53.03%
G = 30.61%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF6536 (or 0xAF6536) is known color: Bourbon. HEX triplet: AF, 65 and 36. RGB value is (175,101,54). Sum of RGB (Red+Green+Blue) = 175+101+54=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6536 is #509AC9. Grayscale: #767676. Windows color (decimal): -5282506 or 3564975. OLE color: 3564975.

HSL color Cylindrical-coordinate representation of color #AF6536: hue angle of 23.31º degrees, saturation: 0.53, 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 #AF6536 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 101 54 -
CMYK 0 0.42 0.69 0.31
HSL 23.31º 0.53% 0.45% -
HSV(B) 23.31º 0.69% 0.69% -
XYZ 23 18.69 5.88 -
YUV 117.77 92.02 168.82 -
System Red Green Blue C M Y K H S L
Decimal 175 101 54 0 0.42 0.69 0.31 23.31 0.53 0.45
Hex AF 65 36 0 2A 45 1F 17 35 2D
Octal 257 145 66 0 52 105 37 27 65 55
Binary 10101111 1100101 110110 0 101010 1000101 11111 10111 110101 101101

Color Harmonies of #AF6536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6536

Black with #AF6536

Text Example


Text Example

White with #AF6536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6536; }

 p { color: rgb(175,101,54); }

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

background-color css

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

 a { background-color: rgb(175,101,54); }

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

border-color css

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

 span { border-color: rgb(175,101,54); }

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