Html Css Color HEX #AF8D5A Teak

📋 copy color: '#AF8D5A'

red 175 ◦ green 141 ◦ blue 90

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

Shades of Teak #AF8D5A

Tints of Teak #AF8D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.17%

R = 43.1%
G = 34.73%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF8D5A (or 0xAF8D5A) is known color: Teak. HEX triplet: AF, 8D and 5A. RGB value is (175,141,90). Sum of RGB (Red+Green+Blue) = 175+141+90=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8D5A is #5072A5. Grayscale: #919191. Windows color (decimal): -5272230 or 5934511. OLE color: 5934511.

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

Color convert

RGB 175 141 90 -
CMYK 0 0.19 0.49 0.31
HSL 36º 0.35% 0.52% -
HSV(B) 36º 0.49% 0.69% -
XYZ 29.05 28.9 13.72 -
YUV 145.35 96.76 149.15 -
System Red Green Blue C M Y K H S L
Decimal 175 141 90 0 0.19 0.49 0.31 36 0.35 0.52
Hex AF 8D 5A 0 13 31 1F 24 23 34
Octal 257 215 132 0 23 61 37 44 43 64
Binary 10101111 10001101 1011010 0 10011 110001 11111 100100 100011 110100

Color Harmonies of #AF8D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8D5A

Black with #AF8D5A

Text Example


Text Example

White with #AF8D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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