Html Css Color HEX #AF8457 Teak

📋 copy color: '#AF8457'

red 175 ◦ green 132 ◦ blue 87

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

Shades of Teak #AF8457

Tints of Teak #AF8457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.08%

R = 44.42%
G = 33.5%
B = 22.08%

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

#AF8457 (or 0xAF8457) is known color: Teak. HEX triplet: AF, 84 and 57. RGB value is (175,132,87). Sum of RGB (Red+Green+Blue) = 175+132+87=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8457 is #507BA8. Grayscale: #8B8B8B. Windows color (decimal): -5274537 or 5735599. OLE color: 5735599.

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

Color convert

RGB 175 132 87 -
CMYK 0 0.25 0.50 0.31
HSL 30.68º 0.35% 0.51% -
HSV(B) 30.68º 0.5% 0.69% -
XYZ 27.65 26.3 12.64 -
YUV 139.73 98.25 153.16 -
System Red Green Blue C M Y K H S L
Decimal 175 132 87 0 0.25 0.50 0.31 30.68 0.35 0.51
Hex AF 84 57 0 19 32 1F 1F 23 33
Octal 257 204 127 0 31 62 37 37 43 63
Binary 10101111 10000100 1010111 0 11001 110010 11111 11111 100011 110011

Color Harmonies of #AF8457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8457

Black with #AF8457

Text Example


Text Example

White with #AF8457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8457; }

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

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

background-color css

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

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

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

border-color css

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

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

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