Html Css Color HEX #A4AF93 Norway

📋 copy color: '#A4AF93'

red 164 ◦ green 175 ◦ blue 147

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

Shades of Norway #A4AF93

Tints of Norway #A4AF93

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.01%

 BLUE value IS 147 (57.81% from 255) = 30.25%

R = 33.74%
G = 36.01%
B = 30.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#A4AF93 (or 0xA4AF93) is known color: Norway. HEX triplet: A4, AF and 93. RGB value is (164,175,147). Sum of RGB (Red+Green+Blue) = 164+175+147=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AF93 is #5B506C. Grayscale: #A8A8A8. Windows color (decimal): -5984365 or 9678756. OLE color: 9678756.

HSL color Cylindrical-coordinate representation of color #A4AF93: hue angle of 83.57º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A4AF93 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 175 147 -
CMYK 0.06 0 0.16 0.31
HSL 83.57º 0.15% 0.63% -
HSV(B) 83.57º 0.16% 0.69% -
XYZ 35.91 40.66 33.56 -
YUV 168.52 115.86 124.78 -
System Red Green Blue C M Y K H S L
Decimal 164 175 147 0.06 0 0.16 0.31 83.57 0.15 0.63
Hex A4 AF 93 6 0 10 1F 54 F 3F
Octal 244 257 223 6 0 20 37 124 17 77
Binary 10100100 10101111 10010011 110 0 10000 11111 1010100 1111 111111

Color Harmonies of #A4AF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AF93

Black with #A4AF93

Text Example


Text Example

White with #A4AF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AF93; }

 p { color: rgb(164,175,147); }

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

background-color css

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

 a { background-color: rgb(164,175,147); }

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

border-color css

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

 span { border-color: rgb(164,175,147); }

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