Html Css Color HEX #AF8557 Teak

📋 copy color: '#AF8557'

red 175 ◦ green 133 ◦ blue 87

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

Shades of Teak #AF8557

Tints of Teak #AF8557

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.67%

 BLUE value IS 87 (34.38% from 255) = 22.03%

R = 44.3%
G = 33.67%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF8557 (or 0xAF8557) is known color: Teak. HEX triplet: AF, 85 and 57. RGB value is (175,133,87). Sum of RGB (Red+Green+Blue) = 175+133+87=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8557 is #507AA8. Grayscale: #8C8C8C. Windows color (decimal): -5274281 or 5735855. OLE color: 5735855.

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

Color convert

RGB 175 133 87 -
CMYK 0 0.24 0.50 0.31
HSL 31.36º 0.35% 0.51% -
HSV(B) 31.36º 0.5% 0.69% -
XYZ 27.79 26.58 12.68 -
YUV 140.31 97.91 152.74 -
System Red Green Blue C M Y K H S L
Decimal 175 133 87 0 0.24 0.50 0.31 31.36 0.35 0.51
Hex AF 85 57 0 18 32 1F 1F 23 33
Octal 257 205 127 0 30 62 37 37 43 63
Binary 10101111 10000101 1010111 0 11000 110010 11111 11111 100011 110011

Color Harmonies of #AF8557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8557

Black with #AF8557

Text Example


Text Example

White with #AF8557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8557; }

 p { color: rgb(175,133,87); }

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

background-color css

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

 a { background-color: rgb(175,133,87); }

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

border-color css

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

 span { border-color: rgb(175,133,87); }

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