Html Css Color HEX #A7B692 Norway

📋 copy color: '#A7B692'

red 167 ◦ green 182 ◦ blue 146

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

Shades of Norway #A7B692

Tints of Norway #A7B692

RGB

 RED value IS 167 (65.63% from 255) = 33.74%

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

 BLUE value IS 146 (57.42% from 255) = 29.49%

R = 33.74%
G = 36.77%
B = 29.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#A7B692 (or 0xA7B692) is known color: Norway. HEX triplet: A7, B6 and 92. RGB value is (167,182,146). Sum of RGB (Red+Green+Blue) = 167+182+146=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B692 is #58496D. Grayscale: #ADADAD. Windows color (decimal): -5785966 or 9615015. OLE color: 9615015.

HSL color Cylindrical-coordinate representation of color #A7B692: hue angle of 85º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A7B692 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 182 146 -
CMYK 0.08 0 0.20 0.29
HSL 85º 0.2% 0.64% -
HSV(B) 85º 0.2% 0.71% -
XYZ 37.85 43.75 33.64 -
YUV 173.41 112.53 123.43 -
System Red Green Blue C M Y K H S L
Decimal 167 182 146 0.08 0 0.20 0.29 85 0.2 0.64
Hex A7 B6 92 8 0 14 1D 55 14 40
Octal 247 266 222 10 0 24 35 125 24 100
Binary 10100111 10110110 10010010 1000 0 10100 11101 1010101 10100 1000000

Color Harmonies of #A7B692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B692

Black with #A7B692

Text Example


Text Example

White with #A7B692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B692; }

 p { color: rgb(167,182,146); }

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

background-color css

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

 a { background-color: rgb(167,182,146); }

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

border-color css

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

 span { border-color: rgb(167,182,146); }

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