Html Css Color HEX #AF8558 Teak

📋 copy color: '#AF8558'

red 175 ◦ green 133 ◦ blue 88

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

Shades of Teak #AF8558

Tints of Teak #AF8558

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.59%

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

R = 44.19%
G = 33.59%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF8558 (or 0xAF8558) is known color: Teak. HEX triplet: AF, 85 and 58. RGB value is (175,133,88). Sum of RGB (Red+Green+Blue) = 175+133+88=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8558 is #507AA7. Grayscale: #8C8C8C. Windows color (decimal): -5274280 or 5801391. OLE color: 5801391.

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

Color convert

RGB 175 133 88 -
CMYK 0 0.24 0.50 0.31
HSL 31.03º 0.35% 0.52% -
HSV(B) 31.03º 0.5% 0.69% -
XYZ 27.83 26.59 12.9 -
YUV 140.43 98.41 152.66 -
System Red Green Blue C M Y K H S L
Decimal 175 133 88 0 0.24 0.50 0.31 31.03 0.35 0.52
Hex AF 85 58 0 18 32 1F 1F 23 34
Octal 257 205 130 0 30 62 37 37 43 64
Binary 10101111 10000101 1011000 0 11000 110010 11111 11111 100011 110100

Color Harmonies of #AF8558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8558

Black with #AF8558

Text Example


Text Example

White with #AF8558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8558; }

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

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

background-color css

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

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

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

border-color css

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

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

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