Html Css Color HEX #AF8A4F Teak

📋 copy color: '#AF8A4F'

red 175 ◦ green 138 ◦ blue 79

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

Shades of Teak #AF8A4F

Tints of Teak #AF8A4F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.2%

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

R = 44.64%
G = 35.2%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF8A4F (or 0xAF8A4F) is known color: Teak. HEX triplet: AF, 8A and 4F. RGB value is (175,138,79). Sum of RGB (Red+Green+Blue) = 175+138+79=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A4F is #5075B0. Grayscale: #8E8E8E. Windows color (decimal): -5273009 or 5212847. OLE color: 5212847.

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

Color convert

RGB 175 138 79 -
CMYK 0 0.21 0.55 0.31
HSL 36.88º 0.38% 0.5% -
HSV(B) 36.88º 0.55% 0.69% -
XYZ 28.18 27.86 11.29 -
YUV 142.34 92.26 151.3 -
System Red Green Blue C M Y K H S L
Decimal 175 138 79 0 0.21 0.55 0.31 36.88 0.38 0.5
Hex AF 8A 4F 0 15 37 1F 25 26 32
Octal 257 212 117 0 25 67 37 45 46 62
Binary 10101111 10001010 1001111 0 10101 110111 11111 100101 100110 110010

Color Harmonies of #AF8A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8A4F

Black with #AF8A4F

Text Example


Text Example

White with #AF8A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8A4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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