Html Css Color HEX #A5AF9D Norway

📋 copy color: '#A5AF9D'

red 165 ◦ green 175 ◦ blue 157

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

Shades of Norway #A5AF9D

Tints of Norway #A5AF9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.59%

R = 33.2%
G = 35.21%
B = 31.59%

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

#A5AF9D (or 0xA5AF9D) is known color: Norway. HEX triplet: A5, AF and 9D. RGB value is (165,175,157). Sum of RGB (Red+Green+Blue) = 165+175+157=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AF9D is #5A5062. Grayscale: #AAAAAA. Windows color (decimal): -5918819 or 10334117. OLE color: 10334117.

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

Color convert

RGB 165 175 157 -
CMYK 0.06 0 0.10 0.31
HSL 93.33º 0.1% 0.65% -
HSV(B) 93.33º 0.1% 0.69% -
XYZ 36.93 41.09 37.88 -
YUV 169.96 120.69 124.46 -
System Red Green Blue C M Y K H S L
Decimal 165 175 157 0.06 0 0.10 0.31 93.33 0.1 0.65
Hex A5 AF 9D 6 0 A 1F 5D A 41
Octal 245 257 235 6 0 12 37 135 12 101
Binary 10100101 10101111 10011101 110 0 1010 11111 1011101 1010 1000001

Color Harmonies of #A5AF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AF9D

Black with #A5AF9D

Text Example


Text Example

White with #A5AF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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