Html Css Color HEX #A6B38A Norway

📋 copy color: '#A6B38A'

red 166 ◦ green 179 ◦ blue 138

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

Shades of Norway #A6B38A

Tints of Norway #A6B38A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.06%

 BLUE value IS 138 (54.3% from 255) = 28.57%

R = 34.37%
G = 37.06%
B = 28.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#A6B38A (or 0xA6B38A) is known color: Norway. HEX triplet: A6, B3 and 8A. RGB value is (166,179,138). Sum of RGB (Red+Green+Blue) = 166+179+138=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B38A is #594C75. Grayscale: #AAAAAA. Windows color (decimal): -5852278 or 9089958. OLE color: 9089958.

HSL color Cylindrical-coordinate representation of color #A6B38A: hue angle of 79.02º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6B38A is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 166 179 138 -
CMYK 0.07 0 0.23 0.30
HSL 79.02º 0.21% 0.62% -
HSV(B) 79.02º 0.23% 0.7% -
XYZ 36.43 42.18 30.27 -
YUV 170.44 109.69 124.83 -
System Red Green Blue C M Y K H S L
Decimal 166 179 138 0.07 0 0.23 0.30 79.02 0.21 0.62
Hex A6 B3 8A 7 0 17 1E 4F 15 3E
Octal 246 263 212 7 0 27 36 117 25 76
Binary 10100110 10110011 10001010 111 0 10111 11110 1001111 10101 111110

Color Harmonies of #A6B38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B38A

Black with #A6B38A

Text Example


Text Example

White with #A6B38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B38A; }

 p { color: rgb(166,179,138); }

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

background-color css

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

 a { background-color: rgb(166,179,138); }

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

border-color css

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

 span { border-color: rgb(166,179,138); }

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