Html Css Color HEX #AF8950 Teak

📋 copy color: '#AF8950'

red 175 ◦ green 137 ◦ blue 80

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

Shades of Teak #AF8950

Tints of Teak #AF8950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.95%

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

R = 44.64%
G = 34.95%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF8950 (or 0xAF8950) is known color: Teak. HEX triplet: AF, 89 and 50. RGB value is (175,137,80). Sum of RGB (Red+Green+Blue) = 175+137+80=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8950 is #5076AF. Grayscale: #8E8E8E. Windows color (decimal): -5273264 or 5278127. OLE color: 5278127.

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

Color convert

RGB 175 137 80 -
CMYK 0 0.22 0.54 0.31
HSL 36º 0.37% 0.5% -
HSV(B) 36º 0.54% 0.69% -
XYZ 28.07 27.58 11.43 -
YUV 141.86 93.09 151.63 -
System Red Green Blue C M Y K H S L
Decimal 175 137 80 0 0.22 0.54 0.31 36 0.37 0.5
Hex AF 89 50 0 16 36 1F 24 25 32
Octal 257 211 120 0 26 66 37 44 45 62
Binary 10101111 10001001 1010000 0 10110 110110 11111 100100 100101 110010

Color Harmonies of #AF8950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8950

Black with #AF8950

Text Example


Text Example

White with #AF8950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8950; }

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

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

background-color css

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

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

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

border-color css

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

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

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