Html Css Color HEX #AF8553 Teak

📋 copy color: '#AF8553'

red 175 ◦ green 133 ◦ blue 83

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

Shades of Teak #AF8553

Tints of Teak #AF8553

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.02%

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

R = 44.76%
G = 34.02%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF8553 (or 0xAF8553) is known color: Teak. HEX triplet: AF, 85 and 53. RGB value is (175,133,83). Sum of RGB (Red+Green+Blue) = 175+133+83=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8553 is #507AAC. Grayscale: #8C8C8C. Windows color (decimal): -5274285 or 5473711. OLE color: 5473711.

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

Color convert

RGB 175 133 83 -
CMYK 0 0.24 0.53 0.31
HSL 32.61º 0.37% 0.51% -
HSV(B) 32.61º 0.53% 0.69% -
XYZ 27.63 26.51 11.85 -
YUV 139.86 95.91 153.07 -
System Red Green Blue C M Y K H S L
Decimal 175 133 83 0 0.24 0.53 0.31 32.61 0.37 0.51
Hex AF 85 53 0 18 35 1F 21 25 33
Octal 257 205 123 0 30 65 37 41 45 63
Binary 10101111 10000101 1010011 0 11000 110101 11111 100001 100101 110011

Color Harmonies of #AF8553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8553

Black with #AF8553

Text Example


Text Example

White with #AF8553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8553; }

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

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

background-color css

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

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

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

border-color css

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

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

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