Html Css Color HEX #AF8458 Teak

📋 copy color: '#AF8458'

red 175 ◦ green 132 ◦ blue 88

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

Shades of Teak #AF8458

Tints of Teak #AF8458

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.42%

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

R = 44.3%
G = 33.42%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF8458 (or 0xAF8458) is known color: Teak. HEX triplet: AF, 84 and 58. RGB value is (175,132,88). Sum of RGB (Red+Green+Blue) = 175+132+88=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8458 is #507BA7. Grayscale: #8C8C8C. Windows color (decimal): -5274536 or 5801135. OLE color: 5801135.

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

Color convert

RGB 175 132 88 -
CMYK 0 0.25 0.50 0.31
HSL 30.34º 0.35% 0.52% -
HSV(B) 30.34º 0.5% 0.69% -
XYZ 27.69 26.32 12.85 -
YUV 139.84 98.75 153.08 -
System Red Green Blue C M Y K H S L
Decimal 175 132 88 0 0.25 0.50 0.31 30.34 0.35 0.52
Hex AF 84 58 0 19 32 1F 1E 23 34
Octal 257 204 130 0 31 62 37 36 43 64
Binary 10101111 10000100 1011000 0 11001 110010 11111 11110 100011 110100

Color Harmonies of #AF8458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8458

Black with #AF8458

Text Example


Text Example

White with #AF8458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8458; }

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

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

background-color css

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

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

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

border-color css

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

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

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