Html Css Color HEX #AF8750 Teak

📋 copy color: '#AF8750'

red 175 ◦ green 135 ◦ blue 80

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

Shades of Teak #AF8750

Tints of Teak #AF8750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.51%

R = 44.87%
G = 34.62%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF8750 (or 0xAF8750) is known color: Teak. HEX triplet: AF, 87 and 50. RGB value is (175,135,80). Sum of RGB (Red+Green+Blue) = 175+135+80=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8750 is #5078AF. Grayscale: #8C8C8C. Windows color (decimal): -5273776 or 5277615. OLE color: 5277615.

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

Color convert

RGB 175 135 80 -
CMYK 0 0.23 0.54 0.31
HSL 34.74º 0.37% 0.5% -
HSV(B) 34.74º 0.54% 0.69% -
XYZ 27.79 27.02 11.34 -
YUV 140.69 93.75 152.47 -
System Red Green Blue C M Y K H S L
Decimal 175 135 80 0 0.23 0.54 0.31 34.74 0.37 0.5
Hex AF 87 50 0 17 36 1F 23 25 32
Octal 257 207 120 0 27 66 37 43 45 62
Binary 10101111 10000111 1010000 0 10111 110110 11111 100011 100101 110010

Color Harmonies of #AF8750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8750

Black with #AF8750

Text Example


Text Example

White with #AF8750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8750; }

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

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

background-color css

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

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

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

border-color css

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

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

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