Html Css Color HEX #AF6639 Bourbon

📋 copy color: '#AF6639'

red 175 ◦ green 102 ◦ blue 57

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

Shades of Bourbon #AF6639

Tints of Bourbon #AF6639

RGB

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

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

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

R = 52.4%
G = 30.54%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF6639 (or 0xAF6639) is known color: Bourbon. HEX triplet: AF, 66 and 39. RGB value is (175,102,57). Sum of RGB (Red+Green+Blue) = 175+102+57=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6639 is #5099C6. Grayscale: #767676. Windows color (decimal): -5282247 or 3761839. OLE color: 3761839.

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

Color convert

RGB 175 102 57 -
CMYK 0 0.42 0.67 0.31
HSL 22.88º 0.51% 0.45% -
HSV(B) 22.88º 0.67% 0.69% -
XYZ 23.17 18.91 6.3 -
YUV 118.7 93.18 168.16 -
System Red Green Blue C M Y K H S L
Decimal 175 102 57 0 0.42 0.67 0.31 22.88 0.51 0.45
Hex AF 66 39 0 2A 43 1F 17 33 2D
Octal 257 146 71 0 52 103 37 27 63 55
Binary 10101111 1100110 111001 0 101010 1000011 11111 10111 110011 101101

Color Harmonies of #AF6639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6639

Black with #AF6639

Text Example


Text Example

White with #AF6639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6639; }

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

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

background-color css

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

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

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

border-color css

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

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

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