Html Css Color HEX #AF885A Teak

📋 copy color: '#AF885A'

red 175 ◦ green 136 ◦ blue 90

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

Shades of Teak #AF885A

Tints of Teak #AF885A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.44%

R = 43.64%
G = 33.92%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF885A (or 0xAF885A) is known color: Teak. HEX triplet: AF, 88 and 5A. RGB value is (175,136,90). Sum of RGB (Red+Green+Blue) = 175+136+90=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF885A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF885A is #5077A5. Grayscale: #8E8E8E. Windows color (decimal): -5273510 or 5933231. OLE color: 5933231.

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

Color convert

RGB 175 136 90 -
CMYK 0 0.22 0.49 0.31
HSL 32.47º 0.35% 0.52% -
HSV(B) 32.47º 0.49% 0.69% -
XYZ 28.33 27.46 13.48 -
YUV 142.42 98.42 151.24 -
System Red Green Blue C M Y K H S L
Decimal 175 136 90 0 0.22 0.49 0.31 32.47 0.35 0.52
Hex AF 88 5A 0 16 31 1F 20 23 34
Octal 257 210 132 0 26 61 37 40 43 64
Binary 10101111 10001000 1011010 0 10110 110001 11111 100000 100011 110100

Color Harmonies of #AF885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF885A

Black with #AF885A

Text Example


Text Example

White with #AF885A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF885A; }

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

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

background-color css

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

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

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

border-color css

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

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

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