Html Css Color HEX #A9B69A Norway

📋 copy color: '#A9B69A'

red 169 ◦ green 182 ◦ blue 154

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

Shades of Norway #A9B69A

Tints of Norway #A9B69A

RGB

 RED value IS 169 (66.41% from 255) = 33.47%

 GREEN value IS 182 (71.48% from 255) = 36.04%

 BLUE value IS 154 (60.55% from 255) = 30.5%

R = 33.47%
G = 36.04%
B = 30.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#A9B69A (or 0xA9B69A) is known color: Norway. HEX triplet: A9, B6 and 9A. RGB value is (169,182,154). Sum of RGB (Red+Green+Blue) = 169+182+154=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B69A is #564965. Grayscale: #AFAFAF. Windows color (decimal): -5654886 or 10139305. OLE color: 10139305.

HSL color Cylindrical-coordinate representation of color #A9B69A: hue angle of 87.86º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A9B69A is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 182 154 -
CMYK 0.07 0 0.15 0.29
HSL 87.86º 0.16% 0.66% -
HSV(B) 87.86º 0.15% 0.71% -
XYZ 38.92 44.22 37.06 -
YUV 174.92 116.19 123.78 -
System Red Green Blue C M Y K H S L
Decimal 169 182 154 0.07 0 0.15 0.29 87.86 0.16 0.66
Hex A9 B6 9A 7 0 F 1D 58 10 42
Octal 251 266 232 7 0 17 35 130 20 102
Binary 10101001 10110110 10011010 111 0 1111 11101 1011000 10000 1000010

Color Harmonies of #A9B69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B69A

Black with #A9B69A

Text Example


Text Example

White with #A9B69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B69A; }

 p { color: rgb(169,182,154); }

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

background-color css

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

 a { background-color: rgb(169,182,154); }

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

border-color css

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

 span { border-color: rgb(169,182,154); }

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