Html Css Color HEX #AF8951 Teak

📋 copy color: '#AF8951'

red 175 ◦ green 137 ◦ blue 81

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

Shades of Teak #AF8951

Tints of Teak #AF8951

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.86%

 BLUE value IS 81 (32.03% from 255) = 20.61%

R = 44.53%
G = 34.86%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF8951 (or 0xAF8951) is known color: Teak. HEX triplet: AF, 89 and 51. RGB value is (175,137,81). Sum of RGB (Red+Green+Blue) = 175+137+81=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8951 is #5076AE. Grayscale: #8E8E8E. Windows color (decimal): -5273263 or 5343663. OLE color: 5343663.

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

Color convert

RGB 175 137 81 -
CMYK 0 0.22 0.54 0.31
HSL 35.74º 0.37% 0.5% -
HSV(B) 35.74º 0.54% 0.69% -
XYZ 28.11 27.6 11.63 -
YUV 141.98 93.59 151.55 -
System Red Green Blue C M Y K H S L
Decimal 175 137 81 0 0.22 0.54 0.31 35.74 0.37 0.5
Hex AF 89 51 0 16 36 1F 24 25 32
Octal 257 211 121 0 26 66 37 44 45 62
Binary 10101111 10001001 1010001 0 10110 110110 11111 100100 100101 110010

Color Harmonies of #AF8951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8951

Black with #AF8951

Text Example


Text Example

White with #AF8951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8951; }

 p { color: rgb(175,137,81); }

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

background-color css

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

 a { background-color: rgb(175,137,81); }

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

border-color css

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

 span { border-color: rgb(175,137,81); }

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