Html Css Color HEX #A5AF9E Norway

📋 copy color: '#A5AF9E'

red 165 ◦ green 175 ◦ blue 158

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

Shades of Norway #A5AF9E

Tints of Norway #A5AF9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.73%

R = 33.13%
G = 35.14%
B = 31.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#A5AF9E (or 0xA5AF9E) is known color: Norway. HEX triplet: A5, AF and 9E. RGB value is (165,175,158). Sum of RGB (Red+Green+Blue) = 165+175+158=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AF9E is #5A5061. Grayscale: #AAAAAA. Windows color (decimal): -5918818 or 10399653. OLE color: 10399653.

HSL color Cylindrical-coordinate representation of color #A5AF9E: hue angle of 95.29º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5AF9E is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 175 158 -
CMYK 0.06 0 0.10 0.31
HSL 95.29º 0.1% 0.65% -
HSV(B) 95.29º 0.1% 0.69% -
XYZ 37.02 41.13 38.34 -
YUV 170.07 121.19 124.38 -
System Red Green Blue C M Y K H S L
Decimal 165 175 158 0.06 0 0.10 0.31 95.29 0.1 0.65
Hex A5 AF 9E 6 0 A 1F 5F A 41
Octal 245 257 236 6 0 12 37 137 12 101
Binary 10100101 10101111 10011110 110 0 1010 11111 1011111 1010 1000001

Color Harmonies of #A5AF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AF9E

Black with #A5AF9E

Text Example


Text Example

White with #A5AF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AF9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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