Html Css Color HEX #AF8652 Teak

📋 copy color: '#AF8652'

red 175 ◦ green 134 ◦ blue 82

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

Shades of Teak #AF8652

Tints of Teak #AF8652

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.27%

 BLUE value IS 82 (32.42% from 255) = 20.97%

R = 44.76%
G = 34.27%
B = 20.97%

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

#AF8652 (or 0xAF8652) is known color: Teak. HEX triplet: AF, 86 and 52. RGB value is (175,134,82). Sum of RGB (Red+Green+Blue) = 175+134+82=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8652 is #5079AD. Grayscale: #8C8C8C. Windows color (decimal): -5274030 or 5408431. OLE color: 5408431.

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

Color convert

RGB 175 134 82 -
CMYK 0 0.23 0.53 0.31
HSL 33.55º 0.37% 0.5% -
HSV(B) 33.55º 0.53% 0.69% -
XYZ 27.73 26.77 11.69 -
YUV 140.33 95.08 152.73 -
System Red Green Blue C M Y K H S L
Decimal 175 134 82 0 0.23 0.53 0.31 33.55 0.37 0.5
Hex AF 86 52 0 17 35 1F 22 25 32
Octal 257 206 122 0 27 65 37 42 45 62
Binary 10101111 10000110 1010010 0 10111 110101 11111 100010 100101 110010

Color Harmonies of #AF8652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8652

Black with #AF8652

Text Example


Text Example

White with #AF8652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8652; }

 p { color: rgb(175,134,82); }

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

background-color css

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

 a { background-color: rgb(175,134,82); }

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

border-color css

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

 span { border-color: rgb(175,134,82); }

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