Html Css Color HEX #AF8653 Teak

📋 copy color: '#AF8653'

red 175 ◦ green 134 ◦ blue 83

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

Shades of Teak #AF8653

Tints of Teak #AF8653

RGB

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

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

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

R = 44.64%
G = 34.18%
B = 21.17%

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

#AF8653 (or 0xAF8653) is known color: Teak. HEX triplet: AF, 86 and 53. RGB value is (175,134,83). Sum of RGB (Red+Green+Blue) = 175+134+83=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8653 is #5079AC. Grayscale: #8C8C8C. Windows color (decimal): -5274029 or 5473967. OLE color: 5473967.

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

Color convert

RGB 175 134 83 -
CMYK 0 0.23 0.53 0.31
HSL 33.26º 0.37% 0.51% -
HSV(B) 33.26º 0.53% 0.69% -
XYZ 27.77 26.79 11.89 -
YUV 140.45 95.58 152.65 -
System Red Green Blue C M Y K H S L
Decimal 175 134 83 0 0.23 0.53 0.31 33.26 0.37 0.51
Hex AF 86 53 0 17 35 1F 21 25 33
Octal 257 206 123 0 27 65 37 41 45 63
Binary 10101111 10000110 1010011 0 10111 110101 11111 100001 100101 110011

Color Harmonies of #AF8653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8653

Black with #AF8653

Text Example


Text Example

White with #AF8653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8653; }

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

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

background-color css

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

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

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

border-color css

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

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

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