Html Css Color HEX #AF8658 Teak

📋 copy color: '#AF8658'

red 175 ◦ green 134 ◦ blue 88

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

Shades of Teak #AF8658

Tints of Teak #AF8658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.17%

R = 44.08%
G = 33.75%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF8658 (or 0xAF8658) is known color: Teak. HEX triplet: AF, 86 and 58. RGB value is (175,134,88). Sum of RGB (Red+Green+Blue) = 175+134+88=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8658 is #5079A7. Grayscale: #8D8D8D. Windows color (decimal): -5274024 or 5801647. OLE color: 5801647.

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

Color convert

RGB 175 134 88 -
CMYK 0 0.23 0.50 0.31
HSL 31.72º 0.35% 0.52% -
HSV(B) 31.72º 0.5% 0.69% -
XYZ 27.97 26.87 12.94 -
YUV 141.02 98.08 152.24 -
System Red Green Blue C M Y K H S L
Decimal 175 134 88 0 0.23 0.50 0.31 31.72 0.35 0.52
Hex AF 86 58 0 17 32 1F 20 23 34
Octal 257 206 130 0 27 62 37 40 43 64
Binary 10101111 10000110 1011000 0 10111 110010 11111 100000 100011 110100

Color Harmonies of #AF8658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8658

Black with #AF8658

Text Example


Text Example

White with #AF8658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8658; }

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

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

background-color css

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

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

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

border-color css

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

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

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