Html Css Color HEX #A1AF98 Norway

📋 copy color: '#A1AF98'

red 161 ◦ green 175 ◦ blue 152

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

Shades of Norway #A1AF98

Tints of Norway #A1AF98

RGB

 RED value IS 161 (63.28% from 255) = 32.99%

 GREEN value IS 175 (68.75% from 255) = 35.86%

 BLUE value IS 152 (59.77% from 255) = 31.15%

R = 32.99%
G = 35.86%
B = 31.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#A1AF98 (or 0xA1AF98) is known color: Norway. HEX triplet: A1, AF and 98. RGB value is (161,175,152). Sum of RGB (Red+Green+Blue) = 161+175+152=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AF98 is #5E5067. Grayscale: #A8A8A8. Windows color (decimal): -6180968 or 10006433. OLE color: 10006433.

HSL color Cylindrical-coordinate representation of color #A1AF98: hue angle of 96.52º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A1AF98 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 175 152 -
CMYK 0.08 0 0.13 0.31
HSL 96.52º 0.13% 0.64% -
HSV(B) 96.52º 0.13% 0.69% -
XYZ 35.7 40.5 35.64 -
YUV 168.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 161 175 152 0.08 0 0.13 0.31 96.52 0.13 0.64
Hex A1 AF 98 8 0 D 1F 61 D 40
Octal 241 257 230 10 0 15 37 141 15 100
Binary 10100001 10101111 10011000 1000 0 1101 11111 1100001 1101 1000000

Color Harmonies of #A1AF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AF98

Black with #A1AF98

Text Example


Text Example

White with #A1AF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AF98; }

 p { color: rgb(161,175,152); }

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

background-color css

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

 a { background-color: rgb(161,175,152); }

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

border-color css

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

 span { border-color: rgb(161,175,152); }

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