Html Css Color HEX #A8B49A Norway

📋 copy color: '#A8B49A'

red 168 ◦ green 180 ◦ blue 154

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

Shades of Norway #A8B49A

Tints of Norway #A8B49A

RGB

 RED value IS 168 (66.02% from 255) = 33.47%

 GREEN value IS 180 (70.7% from 255) = 35.86%

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

R = 33.47%
G = 35.86%
B = 30.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#A8B49A (or 0xA8B49A) is known color: Norway. HEX triplet: A8, B4 and 9A. RGB value is (168,180,154). Sum of RGB (Red+Green+Blue) = 168+180+154=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B49A is #574B65. Grayscale: #ADADAD. Windows color (decimal): -5720934 or 10138792. OLE color: 10138792.

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

Color convert

RGB 168 180 154 -
CMYK 0.07 0 0.14 0.29
HSL 87.69º 0.15% 0.65% -
HSV(B) 87.69º 0.14% 0.71% -
XYZ 38.3 43.3 36.91 -
YUV 173.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 168 180 154 0.07 0 0.14 0.29 87.69 0.15 0.65
Hex A8 B4 9A 7 0 E 1D 58 F 41
Octal 250 264 232 7 0 16 35 130 17 101
Binary 10101000 10110100 10011010 111 0 1110 11101 1011000 1111 1000001

Color Harmonies of #A8B49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B49A

Black with #A8B49A

Text Example


Text Example

White with #A8B49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B49A; }

 p { color: rgb(168,180,154); }

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

background-color css

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

 a { background-color: rgb(168,180,154); }

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

border-color css

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

 span { border-color: rgb(168,180,154); }

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