Html Css Color HEX #AF8856 Teak

📋 copy color: '#AF8856'

red 175 ◦ green 136 ◦ blue 86

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

Shades of Teak #AF8856

Tints of Teak #AF8856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.66%

R = 44.08%
G = 34.26%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF8856 (or 0xAF8856) is known color: Teak. HEX triplet: AF, 88 and 56. RGB value is (175,136,86). Sum of RGB (Red+Green+Blue) = 175+136+86=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8856 is #5077A9. Grayscale: #8E8E8E. Windows color (decimal): -5273514 or 5671087. OLE color: 5671087.

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

Color convert

RGB 175 136 86 -
CMYK 0 0.22 0.51 0.31
HSL 33.71º 0.36% 0.51% -
HSV(B) 33.71º 0.51% 0.69% -
XYZ 28.16 27.39 12.61 -
YUV 141.96 96.42 151.57 -
System Red Green Blue C M Y K H S L
Decimal 175 136 86 0 0.22 0.51 0.31 33.71 0.36 0.51
Hex AF 88 56 0 16 33 1F 22 24 33
Octal 257 210 126 0 26 63 37 42 44 63
Binary 10101111 10001000 1010110 0 10110 110011 11111 100010 100100 110011

Color Harmonies of #AF8856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8856

Black with #AF8856

Text Example


Text Example

White with #AF8856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8856; }

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

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

background-color css

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

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

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

border-color css

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

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

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