Html Css Color HEX #AF8853 Teak

📋 copy color: '#AF8853'

red 175 ◦ green 136 ◦ blue 83

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

Shades of Teak #AF8853

Tints of Teak #AF8853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.07%

R = 44.42%
G = 34.52%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF8853 (or 0xAF8853) is known color: Teak. HEX triplet: AF, 88 and 53. RGB value is (175,136,83). Sum of RGB (Red+Green+Blue) = 175+136+83=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8853 is #5077AC. Grayscale: #8D8D8D. Windows color (decimal): -5273517 or 5474479. OLE color: 5474479.

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

Color convert

RGB 175 136 83 -
CMYK 0 0.22 0.53 0.31
HSL 34.57º 0.37% 0.51% -
HSV(B) 34.57º 0.53% 0.69% -
XYZ 28.04 27.35 11.98 -
YUV 141.62 94.92 151.81 -
System Red Green Blue C M Y K H S L
Decimal 175 136 83 0 0.22 0.53 0.31 34.57 0.37 0.51
Hex AF 88 53 0 16 35 1F 23 25 33
Octal 257 210 123 0 26 65 37 43 45 63
Binary 10101111 10001000 1010011 0 10110 110101 11111 100011 100101 110011

Color Harmonies of #AF8853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8853

Black with #AF8853

Text Example


Text Example

White with #AF8853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8853; }

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

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

background-color css

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

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

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

border-color css

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

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

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