Html Css Color HEX #A5AF99 Norway

📋 copy color: '#A5AF99'

red 165 ◦ green 175 ◦ blue 153

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

Shades of Norway #A5AF99

Tints of Norway #A5AF99

RGB

 RED value IS 165 (64.84% from 255) = 33.47%

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

 BLUE value IS 153 (60.16% from 255) = 31.03%

R = 33.47%
G = 35.5%
B = 31.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#A5AF99 (or 0xA5AF99) is known color: Norway. HEX triplet: A5, AF and 99. RGB value is (165,175,153). Sum of RGB (Red+Green+Blue) = 165+175+153=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AF99 is #5A5066. Grayscale: #A9A9A9. Windows color (decimal): -5918823 or 10071973. OLE color: 10071973.

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

Color convert

RGB 165 175 153 -
CMYK 0.06 0 0.13 0.31
HSL 87.27º 0.12% 0.64% -
HSV(B) 87.27º 0.13% 0.69% -
XYZ 36.6 40.96 36.11 -
YUV 169.5 118.69 124.79 -
System Red Green Blue C M Y K H S L
Decimal 165 175 153 0.06 0 0.13 0.31 87.27 0.12 0.64
Hex A5 AF 99 6 0 D 1F 57 C 40
Octal 245 257 231 6 0 15 37 127 14 100
Binary 10100101 10101111 10011001 110 0 1101 11111 1010111 1100 1000000

Color Harmonies of #A5AF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AF99

Black with #A5AF99

Text Example


Text Example

White with #A5AF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AF99; }

 p { color: rgb(165,175,153); }

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

background-color css

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

 a { background-color: rgb(165,175,153); }

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

border-color css

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

 span { border-color: rgb(165,175,153); }

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