Html Css Color HEX #AF8A5D Teak

📋 copy color: '#AF8A5D'

red 175 ◦ green 138 ◦ blue 93

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

Shades of Teak #AF8A5D

Tints of Teak #AF8A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.91%

R = 43.1%
G = 33.99%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF8A5D (or 0xAF8A5D) is known color: Teak. HEX triplet: AF, 8A and 5D. RGB value is (175,138,93). Sum of RGB (Red+Green+Blue) = 175+138+93=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A5D is #5075A2. Grayscale: #909090. Windows color (decimal): -5272995 or 6130351. OLE color: 6130351.

HSL color Cylindrical-coordinate representation of color #AF8A5D: hue angle of 32.93º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF8A5D is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 138 93 -
CMYK 0 0.21 0.47 0.31
HSL 32.93º 0.34% 0.53% -
HSV(B) 32.93º 0.47% 0.69% -
XYZ 28.74 28.08 14.26 -
YUV 143.93 99.26 150.16 -
System Red Green Blue C M Y K H S L
Decimal 175 138 93 0 0.21 0.47 0.31 32.93 0.34 0.53
Hex AF 8A 5D 0 15 2F 1F 21 22 35
Octal 257 212 135 0 25 57 37 41 42 65
Binary 10101111 10001010 1011101 0 10101 101111 11111 100001 100010 110101

Color Harmonies of #AF8A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8A5D

Black with #AF8A5D

Text Example


Text Example

White with #AF8A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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