Html Css Color HEX #A8B59C Norway

📋 copy color: '#A8B59C'

red 168 ◦ green 181 ◦ blue 156

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

Shades of Norway #A8B59C

Tints of Norway #A8B59C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.84%

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

R = 33.27%
G = 35.84%
B = 30.89%

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

#A8B59C (or 0xA8B59C) is known color: Norway. HEX triplet: A8, B5 and 9C. RGB value is (168,181,156). Sum of RGB (Red+Green+Blue) = 168+181+156=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B59C is #574A63. Grayscale: #AEAEAE. Windows color (decimal): -5720676 or 10270120. OLE color: 10270120.

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

Color convert

RGB 168 181 156 -
CMYK 0.07 0 0.14 0.29
HSL 91.2º 0.14% 0.66% -
HSV(B) 91.2º 0.14% 0.71% -
XYZ 38.67 43.77 37.86 -
YUV 174.26 117.69 123.53 -
System Red Green Blue C M Y K H S L
Decimal 168 181 156 0.07 0 0.14 0.29 91.2 0.14 0.66
Hex A8 B5 9C 7 0 E 1D 5B E 42
Octal 250 265 234 7 0 16 35 133 16 102
Binary 10101000 10110101 10011100 111 0 1110 11101 1011011 1110 1000010

Color Harmonies of #A8B59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B59C

Black with #A8B59C

Text Example


Text Example

White with #A8B59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B59C; }

 p { color: rgb(168,181,156); }

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

background-color css

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

 a { background-color: rgb(168,181,156); }

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

border-color css

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

 span { border-color: rgb(168,181,156); }

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