Html Css Color HEX #AF663B Bourbon

📋 copy color: '#AF663B'

red 175 ◦ green 102 ◦ blue 59

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

Shades of Bourbon #AF663B

Tints of Bourbon #AF663B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.56%

R = 52.08%
G = 30.36%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF663B (or 0xAF663B) is known color: Bourbon. HEX triplet: AF, 66 and 3B. RGB value is (175,102,59). Sum of RGB (Red+Green+Blue) = 175+102+59=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF663B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF663B is #5099C4. Grayscale: #777777. Windows color (decimal): -5282245 or 3892911. OLE color: 3892911.

HSL color Cylindrical-coordinate representation of color #AF663B: hue angle of 22.24º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF663B is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 102 59 -
CMYK 0 0.42 0.66 0.31
HSL 22.24º 0.5% 0.46% -
HSV(B) 22.24º 0.66% 0.69% -
XYZ 23.22 18.93 6.57 -
YUV 118.93 94.18 168 -
System Red Green Blue C M Y K H S L
Decimal 175 102 59 0 0.42 0.66 0.31 22.24 0.5 0.46
Hex AF 66 3B 0 2A 42 1F 16 32 2E
Octal 257 146 73 0 52 102 37 26 62 56
Binary 10101111 1100110 111011 0 101010 1000010 11111 10110 110010 101110

Color Harmonies of #AF663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF663B

Black with #AF663B

Text Example


Text Example

White with #AF663B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF663B; }

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

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

background-color css

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

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

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

border-color css

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

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

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