Html Css Color HEX #A0AF93 Norway

📋 copy color: '#A0AF93'

red 160 ◦ green 175 ◦ blue 147

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

Shades of Norway #A0AF93

Tints of Norway #A0AF93

RGB

 RED value IS 160 (62.89% from 255) = 33.2%

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

 BLUE value IS 147 (57.81% from 255) = 30.5%

R = 33.2%
G = 36.31%
B = 30.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#A0AF93 (or 0xA0AF93) is known color: Norway. HEX triplet: A0, AF and 93. RGB value is (160,175,147). Sum of RGB (Red+Green+Blue) = 160+175+147=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AF93 is #5F506C. Grayscale: #A7A7A7. Windows color (decimal): -6246509 or 9678752. OLE color: 9678752.

HSL color Cylindrical-coordinate representation of color #A0AF93: hue angle of 92.14º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0AF93 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 175 147 -
CMYK 0.09 0 0.16 0.31
HSL 92.14º 0.15% 0.63% -
HSV(B) 92.14º 0.16% 0.69% -
XYZ 35.09 40.24 33.52 -
YUV 167.32 116.53 122.78 -
System Red Green Blue C M Y K H S L
Decimal 160 175 147 0.09 0 0.16 0.31 92.14 0.15 0.63
Hex A0 AF 93 9 0 10 1F 5C F 3F
Octal 240 257 223 11 0 20 37 134 17 77
Binary 10100000 10101111 10010011 1001 0 10000 11111 1011100 1111 111111

Color Harmonies of #A0AF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF93

Black with #A0AF93

Text Example


Text Example

White with #A0AF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF93; }

 p { color: rgb(160,175,147); }

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

background-color css

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

 a { background-color: rgb(160,175,147); }

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

border-color css

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

 span { border-color: rgb(160,175,147); }

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