Html Css Color HEX #AF874F Teak

📋 copy color: '#AF874F'

red 175 ◦ green 135 ◦ blue 79

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

Shades of Teak #AF874F

Tints of Teak #AF874F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.7%

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

R = 44.99%
G = 34.7%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF874F (or 0xAF874F) is known color: Teak. HEX triplet: AF, 87 and 4F. RGB value is (175,135,79). Sum of RGB (Red+Green+Blue) = 175+135+79=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF874F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF874F is #5078B0. Grayscale: #8C8C8C. Windows color (decimal): -5273777 or 5212079. OLE color: 5212079.

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

Color convert

RGB 175 135 79 -
CMYK 0 0.23 0.55 0.31
HSL 35º 0.38% 0.5% -
HSV(B) 35º 0.55% 0.69% -
XYZ 27.75 27.01 11.15 -
YUV 140.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 175 135 79 0 0.23 0.55 0.31 35 0.38 0.5
Hex AF 87 4F 0 17 37 1F 23 26 32
Octal 257 207 117 0 27 67 37 43 46 62
Binary 10101111 10000111 1001111 0 10111 110111 11111 100011 100110 110010

Color Harmonies of #AF874F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF874F

Black with #AF874F

Text Example


Text Example

White with #AF874F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF874F; }

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

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

background-color css

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

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

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

border-color css

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

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

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