Html Css Color HEX #AF895D Teak

📋 copy color: '#AF895D'

red 175 ◦ green 137 ◦ blue 93

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

Shades of Teak #AF895D

Tints of Teak #AF895D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.83%

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

R = 43.21%
G = 33.83%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF895D (or 0xAF895D) is known color: Teak. HEX triplet: AF, 89 and 5D. RGB value is (175,137,93). Sum of RGB (Red+Green+Blue) = 175+137+93=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF895D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF895D is #5076A2. Grayscale: #8F8F8F. Windows color (decimal): -5273251 or 6130095. OLE color: 6130095.

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

Color convert

RGB 175 137 93 -
CMYK 0 0.22 0.47 0.31
HSL 32.2º 0.34% 0.53% -
HSV(B) 32.2º 0.47% 0.69% -
XYZ 28.6 27.8 14.21 -
YUV 143.35 99.59 150.58 -
System Red Green Blue C M Y K H S L
Decimal 175 137 93 0 0.22 0.47 0.31 32.2 0.34 0.53
Hex AF 89 5D 0 16 2F 1F 20 22 35
Octal 257 211 135 0 26 57 37 40 42 65
Binary 10101111 10001001 1011101 0 10110 101111 11111 100000 100010 110101

Color Harmonies of #AF895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF895D

Black with #AF895D

Text Example


Text Example

White with #AF895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF895D; }

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

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

background-color css

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

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

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

border-color css

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

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

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