Html Css Color HEX #A2AF98 Norway

📋 copy color: '#A2AF98'

red 162 ◦ green 175 ◦ blue 152

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

Shades of Norway #A2AF98

Tints of Norway #A2AF98

RGB

 RED value IS 162 (63.67% from 255) = 33.13%

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

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

R = 33.13%
G = 35.79%
B = 31.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#A2AF98 (or 0xA2AF98) is known color: Norway. HEX triplet: A2, AF and 98. RGB value is (162,175,152). Sum of RGB (Red+Green+Blue) = 162+175+152=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AF98 is #5D5067. Grayscale: #A8A8A8. Windows color (decimal): -6115432 or 10006434. OLE color: 10006434.

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

Color convert

RGB 162 175 152 -
CMYK 0.07 0 0.13 0.31
HSL 93.91º 0.13% 0.64% -
HSV(B) 93.91º 0.13% 0.69% -
XYZ 35.9 40.61 35.65 -
YUV 168.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 162 175 152 0.07 0 0.13 0.31 93.91 0.13 0.64
Hex A2 AF 98 7 0 D 1F 5E D 40
Octal 242 257 230 7 0 15 37 136 15 100
Binary 10100010 10101111 10011000 111 0 1101 11111 1011110 1101 1000000

Color Harmonies of #A2AF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AF98

Black with #A2AF98

Text Example


Text Example

White with #A2AF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AF98; }

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

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

background-color css

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

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

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

border-color css

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

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

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