Html Css Color HEX #A8B69D Norway

📋 copy color: '#A8B69D'

red 168 ◦ green 182 ◦ blue 157

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

Shades of Norway #A8B69D

Tints of Norway #A8B69D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.97%

R = 33.14%
G = 35.9%
B = 30.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#A8B69D (or 0xA8B69D) is known color: Norway. HEX triplet: A8, B6 and 9D. RGB value is (168,182,157). Sum of RGB (Red+Green+Blue) = 168+182+157=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B69D is #574962. Grayscale: #AFAFAF. Windows color (decimal): -5720419 or 10335912. OLE color: 10335912.

HSL color Cylindrical-coordinate representation of color #A8B69D: hue angle of 93.6º degrees, saturation: 0.15, 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 #A8B69D is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 182 157 -
CMYK 0.08 0 0.14 0.29
HSL 93.6º 0.15% 0.66% -
HSV(B) 93.6º 0.14% 0.71% -
XYZ 38.96 44.22 38.38 -
YUV 174.96 117.86 123.03 -
System Red Green Blue C M Y K H S L
Decimal 168 182 157 0.08 0 0.14 0.29 93.6 0.15 0.66
Hex A8 B6 9D 8 0 E 1D 5E F 42
Octal 250 266 235 10 0 16 35 136 17 102
Binary 10101000 10110110 10011101 1000 0 1110 11101 1011110 1111 1000010

Color Harmonies of #A8B69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B69D

Black with #A8B69D

Text Example


Text Example

White with #A8B69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B69D; }

 p { color: rgb(168,182,157); }

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

background-color css

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

 a { background-color: rgb(168,182,157); }

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

border-color css

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

 span { border-color: rgb(168,182,157); }

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