Html Css Color HEX #AF885C Teak

📋 copy color: '#AF885C'

red 175 ◦ green 136 ◦ blue 92

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

Shades of Teak #AF885C

Tints of Teak #AF885C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.83%

R = 43.42%
G = 33.75%
B = 22.83%

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

#AF885C (or 0xAF885C) is known color: Teak. HEX triplet: AF, 88 and 5C. RGB value is (175,136,92). Sum of RGB (Red+Green+Blue) = 175+136+92=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF885C is #5077A3. Grayscale: #8E8E8E. Windows color (decimal): -5273508 or 6064303. OLE color: 6064303.

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

Color convert

RGB 175 136 92 -
CMYK 0 0.22 0.47 0.31
HSL 31.81º 0.34% 0.52% -
HSV(B) 31.81º 0.47% 0.69% -
XYZ 28.42 27.49 13.93 -
YUV 142.65 99.42 151.08 -
System Red Green Blue C M Y K H S L
Decimal 175 136 92 0 0.22 0.47 0.31 31.81 0.34 0.52
Hex AF 88 5C 0 16 2F 1F 20 22 34
Octal 257 210 134 0 26 57 37 40 42 64
Binary 10101111 10001000 1011100 0 10110 101111 11111 100000 100010 110100

Color Harmonies of #AF885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF885C

Black with #AF885C

Text Example


Text Example

White with #AF885C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF885C; }

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

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

background-color css

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

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

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

border-color css

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

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

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