Html Css Color HEX #A6B68F Norway

📋 copy color: '#A6B68F'

red 166 ◦ green 182 ◦ blue 143

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

Shades of Norway #A6B68F

Tints of Norway #A6B68F

RGB

 RED value IS 166 (65.23% from 255) = 33.81%

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

 BLUE value IS 143 (56.25% from 255) = 29.12%

R = 33.81%
G = 37.07%
B = 29.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#A6B68F (or 0xA6B68F) is known color: Norway. HEX triplet: A6, B6 and 8F. RGB value is (166,182,143). Sum of RGB (Red+Green+Blue) = 166+182+143=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B68F is #594970. Grayscale: #ACACAC. Windows color (decimal): -5851505 or 9418406. OLE color: 9418406.

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

Color convert

RGB 166 182 143 -
CMYK 0.09 0 0.21 0.29
HSL 84.62º 0.21% 0.64% -
HSV(B) 84.62º 0.21% 0.71% -
XYZ 37.41 43.55 32.42 -
YUV 172.77 111.2 123.17 -
System Red Green Blue C M Y K H S L
Decimal 166 182 143 0.09 0 0.21 0.29 84.62 0.21 0.64
Hex A6 B6 8F 9 0 15 1D 55 15 40
Octal 246 266 217 11 0 25 35 125 25 100
Binary 10100110 10110110 10001111 1001 0 10101 11101 1010101 10101 1000000

Color Harmonies of #A6B68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B68F

Black with #A6B68F

Text Example


Text Example

White with #A6B68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B68F; }

 p { color: rgb(166,182,143); }

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

background-color css

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

 a { background-color: rgb(166,182,143); }

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

border-color css

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

 span { border-color: rgb(166,182,143); }

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