Html Css Color HEX #AF6636 Bourbon

📋 copy color: '#AF6636'

red 175 ◦ green 102 ◦ blue 54

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

Shades of Bourbon #AF6636

Tints of Bourbon #AF6636

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.82%

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

R = 52.87%
G = 30.82%
B = 16.31%

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

#AF6636 (or 0xAF6636) is known color: Bourbon. HEX triplet: AF, 66 and 36. RGB value is (175,102,54). Sum of RGB (Red+Green+Blue) = 175+102+54=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6636 is #5099C9. Grayscale: #767676. Windows color (decimal): -5282250 or 3565231. OLE color: 3565231.

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

Color convert

RGB 175 102 54 -
CMYK 0 0.42 0.69 0.31
HSL 23.8º 0.53% 0.45% -
HSV(B) 23.8º 0.69% 0.69% -
XYZ 23.1 18.88 5.92 -
YUV 118.36 91.68 168.4 -
System Red Green Blue C M Y K H S L
Decimal 175 102 54 0 0.42 0.69 0.31 23.8 0.53 0.45
Hex AF 66 36 0 2A 45 1F 18 35 2D
Octal 257 146 66 0 52 105 37 30 65 55
Binary 10101111 1100110 110110 0 101010 1000101 11111 11000 110101 101101

Color Harmonies of #AF6636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6636

Black with #AF6636

Text Example


Text Example

White with #AF6636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6636; }

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

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

background-color css

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

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

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

border-color css

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

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

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