Html Css Color HEX #AF904F Teak

📋 copy color: '#AF904F'

red 175 ◦ green 144 ◦ blue 79

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

Shades of Teak #AF904F

Tints of Teak #AF904F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.18%

 BLUE value IS 79 (31.25% from 255) = 19.85%

R = 43.97%
G = 36.18%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF904F (or 0xAF904F) is known color: Teak. HEX triplet: AF, 90 and 4F. RGB value is (175,144,79). Sum of RGB (Red+Green+Blue) = 175+144+79=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF904F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF904F is #506FB0. Grayscale: #929292. Windows color (decimal): -5271473 or 5214383. OLE color: 5214383.

HSL color Cylindrical-coordinate representation of color #AF904F: hue angle of 40.62º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF904F is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 144 79 -
CMYK 0 0.18 0.55 0.31
HSL 40.63º 0.38% 0.5% -
HSV(B) 40.63º 0.55% 0.69% -
XYZ 29.06 29.63 11.58 -
YUV 145.86 90.27 148.79 -
System Red Green Blue C M Y K H S L
Decimal 175 144 79 0 0.18 0.55 0.31 40.63 0.38 0.5
Hex AF 90 4F 0 12 37 1F 29 26 32
Octal 257 220 117 0 22 67 37 51 46 62
Binary 10101111 10010000 1001111 0 10010 110111 11111 101001 100110 110010

Color Harmonies of #AF904F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF904F

Black with #AF904F

Text Example


Text Example

White with #AF904F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF904F; }

 p { color: rgb(175,144,79); }

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

background-color css

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

 a { background-color: rgb(175,144,79); }

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

border-color css

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

 span { border-color: rgb(175,144,79); }

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