Html Css Color HEX #AF885D Teak

📋 copy color: '#AF885D'

red 175 ◦ green 136 ◦ blue 93

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

Shades of Teak #AF885D

Tints of Teak #AF885D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.66%

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

R = 43.32%
G = 33.66%
B = 23.02%

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

#AF885D (or 0xAF885D) is known color: Teak. HEX triplet: AF, 88 and 5D. RGB value is (175,136,93). Sum of RGB (Red+Green+Blue) = 175+136+93=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF885D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF885D is #5077A2. Grayscale: #8E8E8E. Windows color (decimal): -5273507 or 6129839. OLE color: 6129839.

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

Color convert

RGB 175 136 93 -
CMYK 0 0.22 0.47 0.31
HSL 31.46º 0.34% 0.53% -
HSV(B) 31.46º 0.47% 0.69% -
XYZ 28.46 27.51 14.17 -
YUV 142.76 99.92 151 -
System Red Green Blue C M Y K H S L
Decimal 175 136 93 0 0.22 0.47 0.31 31.46 0.34 0.53
Hex AF 88 5D 0 16 2F 1F 1F 22 35
Octal 257 210 135 0 26 57 37 37 42 65
Binary 10101111 10001000 1011101 0 10110 101111 11111 11111 100010 110101

Color Harmonies of #AF885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF885D

Black with #AF885D

Text Example


Text Example

White with #AF885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF885D; }

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

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

background-color css

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

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

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

border-color css

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

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

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