Html Css Color HEX #A5B09C Norway

📋 copy color: '#A5B09C'

red 165 ◦ green 176 ◦ blue 156

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

Shades of Norway #A5B09C

Tints of Norway #A5B09C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.41%

 BLUE value IS 156 (61.33% from 255) = 31.39%

R = 33.2%
G = 35.41%
B = 31.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#A5B09C (or 0xA5B09C) is known color: Norway. HEX triplet: A5, B0 and 9C. RGB value is (165,176,156). Sum of RGB (Red+Green+Blue) = 165+176+156=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B09C is #5A4F63. Grayscale: #AAAAAA. Windows color (decimal): -5918564 or 10268837. OLE color: 10268837.

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

Color convert

RGB 165 176 156 -
CMYK 0.06 0 0.11 0.31
HSL 93º 0.11% 0.65% -
HSV(B) 93º 0.11% 0.69% -
XYZ 37.04 41.45 37.5 -
YUV 170.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 165 176 156 0.06 0 0.11 0.31 93 0.11 0.65
Hex A5 B0 9C 6 0 B 1F 5D B 41
Octal 245 260 234 6 0 13 37 135 13 101
Binary 10100101 10110000 10011100 110 0 1011 11111 1011101 1011 1000001

Color Harmonies of #A5B09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B09C

Black with #A5B09C

Text Example


Text Example

White with #A5B09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B09C; }

 p { color: rgb(165,176,156); }

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

background-color css

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

 a { background-color: rgb(165,176,156); }

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

border-color css

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

 span { border-color: rgb(165,176,156); }

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