Html Css Color HEX #AF8656 Teak

📋 copy color: '#AF8656'

red 175 ◦ green 134 ◦ blue 86

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

Shades of Teak #AF8656

Tints of Teak #AF8656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.77%

R = 44.3%
G = 33.92%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF8656 (or 0xAF8656) is known color: Teak. HEX triplet: AF, 86 and 56. RGB value is (175,134,86). Sum of RGB (Red+Green+Blue) = 175+134+86=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8656 is #5079A9. Grayscale: #8D8D8D. Windows color (decimal): -5274026 or 5670575. OLE color: 5670575.

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

Color convert

RGB 175 134 86 -
CMYK 0 0.23 0.51 0.31
HSL 32.36º 0.36% 0.51% -
HSV(B) 32.36º 0.51% 0.69% -
XYZ 27.88 26.84 12.51 -
YUV 140.79 97.08 152.4 -
System Red Green Blue C M Y K H S L
Decimal 175 134 86 0 0.23 0.51 0.31 32.36 0.36 0.51
Hex AF 86 56 0 17 33 1F 20 24 33
Octal 257 206 126 0 27 63 37 40 44 63
Binary 10101111 10000110 1010110 0 10111 110011 11111 100000 100100 110011

Color Harmonies of #AF8656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8656

Black with #AF8656

Text Example


Text Example

White with #AF8656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8656; }

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

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

background-color css

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

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

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

border-color css

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

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

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