Html Css Color HEX #AF885B Teak

📋 copy color: '#AF885B'

red 175 ◦ green 136 ◦ blue 91

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

Shades of Teak #AF885B

Tints of Teak #AF885B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.64%

R = 43.53%
G = 33.83%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF885B (or 0xAF885B) is known color: Teak. HEX triplet: AF, 88 and 5B. RGB value is (175,136,91). Sum of RGB (Red+Green+Blue) = 175+136+91=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF885B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF885B is #5077A4. Grayscale: #8E8E8E. Windows color (decimal): -5273509 or 5998767. OLE color: 5998767.

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

Color convert

RGB 175 136 91 -
CMYK 0 0.22 0.48 0.31
HSL 32.14º 0.34% 0.52% -
HSV(B) 32.14º 0.48% 0.69% -
XYZ 28.37 27.48 13.71 -
YUV 142.53 98.92 151.16 -
System Red Green Blue C M Y K H S L
Decimal 175 136 91 0 0.22 0.48 0.31 32.14 0.34 0.52
Hex AF 88 5B 0 16 30 1F 20 22 34
Octal 257 210 133 0 26 60 37 40 42 64
Binary 10101111 10001000 1011011 0 10110 110000 11111 100000 100010 110100

Color Harmonies of #AF885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF885B

Black with #AF885B

Text Example


Text Example

White with #AF885B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF885B; }

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

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

background-color css

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

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

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

border-color css

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

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

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