Html Css Color HEX #AF8753 Teak

📋 copy color: '#AF8753'

red 175 ◦ green 135 ◦ blue 83

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

Shades of Teak #AF8753

Tints of Teak #AF8753

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.35%

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

R = 44.53%
G = 34.35%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF8753 (or 0xAF8753) is known color: Teak. HEX triplet: AF, 87 and 53. RGB value is (175,135,83). Sum of RGB (Red+Green+Blue) = 175+135+83=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8753 is #5078AC. Grayscale: #8D8D8D. Windows color (decimal): -5273773 or 5474223. OLE color: 5474223.

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

Color convert

RGB 175 135 83 -
CMYK 0 0.23 0.53 0.31
HSL 33.91º 0.37% 0.51% -
HSV(B) 33.91º 0.53% 0.69% -
XYZ 27.9 27.07 11.94 -
YUV 141.03 95.25 152.23 -
System Red Green Blue C M Y K H S L
Decimal 175 135 83 0 0.23 0.53 0.31 33.91 0.37 0.51
Hex AF 87 53 0 17 35 1F 22 25 33
Octal 257 207 123 0 27 65 37 42 45 63
Binary 10101111 10000111 1010011 0 10111 110101 11111 100010 100101 110011

Color Harmonies of #AF8753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8753

Black with #AF8753

Text Example


Text Example

White with #AF8753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8753; }

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

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

background-color css

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

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

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

border-color css

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

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

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