Html Css Color HEX #AF8A5A Teak

📋 copy color: '#AF8A5A'

red 175 ◦ green 138 ◦ blue 90

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

Shades of Teak #AF8A5A

Tints of Teak #AF8A5A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.24%

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

R = 43.42%
G = 34.24%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF8A5A (or 0xAF8A5A) is known color: Teak. HEX triplet: AF, 8A and 5A. RGB value is (175,138,90). Sum of RGB (Red+Green+Blue) = 175+138+90=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A5A is #5075A5. Grayscale: #8F8F8F. Windows color (decimal): -5272998 or 5933743. OLE color: 5933743.

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

Color convert

RGB 175 138 90 -
CMYK 0 0.21 0.49 0.31
HSL 33.88º 0.35% 0.52% -
HSV(B) 33.88º 0.49% 0.69% -
XYZ 28.61 28.03 13.57 -
YUV 143.59 97.76 150.4 -
System Red Green Blue C M Y K H S L
Decimal 175 138 90 0 0.21 0.49 0.31 33.88 0.35 0.52
Hex AF 8A 5A 0 15 31 1F 22 23 34
Octal 257 212 132 0 25 61 37 42 43 64
Binary 10101111 10001010 1011010 0 10101 110001 11111 100010 100011 110100

Color Harmonies of #AF8A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8A5A

Black with #AF8A5A

Text Example


Text Example

White with #AF8A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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