Html Css Color HEX #A5B299 Norway

📋 copy color: '#A5B299'

red 165 ◦ green 178 ◦ blue 153

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

Shades of Norway #A5B299

Tints of Norway #A5B299

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.89%

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

R = 33.27%
G = 35.89%
B = 30.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#A5B299 (or 0xA5B299) is known color: Norway. HEX triplet: A5, B2 and 99. RGB value is (165,178,153). Sum of RGB (Red+Green+Blue) = 165+178+153=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B299 is #5A4D66. Grayscale: #ABABAB. Windows color (decimal): -5918055 or 10072741. OLE color: 10072741.

HSL color Cylindrical-coordinate representation of color #A5B299: hue angle of 91.2º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5B299 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB 165 178 153 -
CMYK 0.07 0 0.14 0.30
HSL 91.2º 0.14% 0.65% -
HSV(B) 91.2º 0.14% 0.7% -
XYZ 37.19 42.14 36.31 -
YUV 171.26 117.69 123.53 -
System Red Green Blue C M Y K H S L
Decimal 165 178 153 0.07 0 0.14 0.30 91.2 0.14 0.65
Hex A5 B2 99 7 0 E 1E 5B E 41
Octal 245 262 231 7 0 16 36 133 16 101
Binary 10100101 10110010 10011001 111 0 1110 11110 1011011 1110 1000001

Color Harmonies of #A5B299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B299

Black with #A5B299

Text Example


Text Example

White with #A5B299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B299; }

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

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

background-color css

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

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

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

border-color css

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

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

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