Html Css Color HEX #A8B59F Norway

📋 copy color: '#A8B59F'

red 168 ◦ green 181 ◦ blue 159

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

Shades of Norway #A8B59F

Tints of Norway #A8B59F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.3%

R = 33.07%
G = 35.63%
B = 31.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#A8B59F (or 0xA8B59F) is known color: Norway. HEX triplet: A8, B5 and 9F. RGB value is (168,181,159). Sum of RGB (Red+Green+Blue) = 168+181+159=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B59F is #574A60. Grayscale: #AEAEAE. Windows color (decimal): -5720673 or 10466728. OLE color: 10466728.

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

Color convert

RGB 168 181 159 -
CMYK 0.07 0 0.12 0.29
HSL 95.45º 0.13% 0.67% -
HSV(B) 95.45º 0.12% 0.71% -
XYZ 38.93 43.88 39.22 -
YUV 174.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 168 181 159 0.07 0 0.12 0.29 95.45 0.13 0.67
Hex A8 B5 9F 7 0 C 1D 5F D 43
Octal 250 265 237 7 0 14 35 137 15 103
Binary 10101000 10110101 10011111 111 0 1100 11101 1011111 1101 1000011

Color Harmonies of #A8B59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B59F

Black with #A8B59F

Text Example


Text Example

White with #A8B59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B59F; }

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

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

background-color css

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

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

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

border-color css

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

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

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