Html Css Color HEX #A5B38F Norway

📋 copy color: '#A5B38F'

red 165 ◦ green 179 ◦ blue 143

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

Shades of Norway #A5B38F

Tints of Norway #A5B38F

RGB

 RED value IS 165 (64.84% from 255) = 33.88%

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

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

R = 33.88%
G = 36.76%
B = 29.36%

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

#A5B38F (or 0xA5B38F) is known color: Norway. HEX triplet: A5, B3 and 8F. RGB value is (165,179,143). Sum of RGB (Red+Green+Blue) = 165+179+143=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B38F is #5A4C70. Grayscale: #AAAAAA. Windows color (decimal): -5917809 or 9417637. OLE color: 9417637.

HSL color Cylindrical-coordinate representation of color #A5B38F: hue angle of 83.33º 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 #A5B38F is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 165 179 143 -
CMYK 0.08 0 0.20 0.30
HSL 83.33º 0.19% 0.63% -
HSV(B) 83.33º 0.2% 0.7% -
XYZ 36.6 42.22 32.21 -
YUV 170.71 112.36 123.93 -
System Red Green Blue C M Y K H S L
Decimal 165 179 143 0.08 0 0.20 0.30 83.33 0.19 0.63
Hex A5 B3 8F 8 0 14 1E 53 13 3F
Octal 245 263 217 10 0 24 36 123 23 77
Binary 10100101 10110011 10001111 1000 0 10100 11110 1010011 10011 111111

Color Harmonies of #A5B38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B38F

Black with #A5B38F

Text Example


Text Example

White with #A5B38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B38F; }

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

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

background-color css

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

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

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

border-color css

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

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

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