Html Css Color HEX #AF8D58 Teak

📋 copy color: '#AF8D58'

red 175 ◦ green 141 ◦ blue 88

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

Shades of Teak #AF8D58

Tints of Teak #AF8D58

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.9%

 BLUE value IS 88 (34.77% from 255) = 21.78%

R = 43.32%
G = 34.9%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF8D58 (or 0xAF8D58) is known color: Teak. HEX triplet: AF, 8D and 58. RGB value is (175,141,88). Sum of RGB (Red+Green+Blue) = 175+141+88=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8D58 is #5072A7. Grayscale: #919191. Windows color (decimal): -5272232 or 5803439. OLE color: 5803439.

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

Color convert

RGB 175 141 88 -
CMYK 0 0.19 0.50 0.31
HSL 36.55º 0.35% 0.52% -
HSV(B) 36.55º 0.5% 0.69% -
XYZ 28.97 28.87 13.28 -
YUV 145.12 95.76 149.31 -
System Red Green Blue C M Y K H S L
Decimal 175 141 88 0 0.19 0.50 0.31 36.55 0.35 0.52
Hex AF 8D 58 0 13 32 1F 25 23 34
Octal 257 215 130 0 23 62 37 45 43 64
Binary 10101111 10001101 1011000 0 10011 110010 11111 100101 100011 110100

Color Harmonies of #AF8D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8D58

Black with #AF8D58

Text Example


Text Example

White with #AF8D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8D58; }

 p { color: rgb(175,141,88); }

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

background-color css

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

 a { background-color: rgb(175,141,88); }

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

border-color css

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

 span { border-color: rgb(175,141,88); }

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