Html Css Color HEX #A4B38F Norway

📋 copy color: '#A4B38F'

red 164 ◦ green 179 ◦ blue 143

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

Shades of Norway #A4B38F

Tints of Norway #A4B38F

RGB

 RED value IS 164 (64.45% from 255) = 33.74%

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

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

R = 33.74%
G = 36.83%
B = 29.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#A4B38F (or 0xA4B38F) is known color: Norway. HEX triplet: A4, B3 and 8F. RGB value is (164,179,143). Sum of RGB (Red+Green+Blue) = 164+179+143=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B38F is #5B4C70. Grayscale: #AAAAAA. Windows color (decimal): -5983345 or 9417636. OLE color: 9417636.

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

Color convert

RGB 164 179 143 -
CMYK 0.08 0 0.20 0.30
HSL 85º 0.19% 0.63% -
HSV(B) 85º 0.2% 0.7% -
XYZ 36.39 42.12 32.2 -
YUV 170.41 112.53 123.43 -
System Red Green Blue C M Y K H S L
Decimal 164 179 143 0.08 0 0.20 0.30 85 0.19 0.63
Hex A4 B3 8F 8 0 14 1E 55 13 3F
Octal 244 263 217 10 0 24 36 125 23 77
Binary 10100100 10110011 10001111 1000 0 10100 11110 1010101 10011 111111

Color Harmonies of #A4B38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B38F

Black with #A4B38F

Text Example


Text Example

White with #A4B38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B38F; }

 p { color: rgb(164,179,143); }

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

background-color css

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

 a { background-color: rgb(164,179,143); }

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

border-color css

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

 span { border-color: rgb(164,179,143); }

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