Html Css Color HEX #AF8851 Teak

📋 copy color: '#AF8851'

red 175 ◦ green 136 ◦ blue 81

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

Shades of Teak #AF8851

Tints of Teak #AF8851

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.69%

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

R = 44.64%
G = 34.69%
B = 20.66%

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

#AF8851 (or 0xAF8851) is known color: Teak. HEX triplet: AF, 88 and 51. RGB value is (175,136,81). Sum of RGB (Red+Green+Blue) = 175+136+81=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8851 is #5077AE. Grayscale: #8D8D8D. Windows color (decimal): -5273519 or 5343407. OLE color: 5343407.

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

Color convert

RGB 175 136 81 -
CMYK 0 0.22 0.54 0.31
HSL 35.11º 0.37% 0.5% -
HSV(B) 35.11º 0.54% 0.69% -
XYZ 27.97 27.32 11.58 -
YUV 141.39 93.92 151.97 -
System Red Green Blue C M Y K H S L
Decimal 175 136 81 0 0.22 0.54 0.31 35.11 0.37 0.5
Hex AF 88 51 0 16 36 1F 23 25 32
Octal 257 210 121 0 26 66 37 43 45 62
Binary 10101111 10001000 1010001 0 10110 110110 11111 100011 100101 110010

Color Harmonies of #AF8851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8851

Black with #AF8851

Text Example


Text Example

White with #AF8851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8851; }

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

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

background-color css

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

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

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

border-color css

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

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

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