Html Css Color HEX #A4A290 Dawn

📋 copy color: '#A4A290'

red 164 ◦ green 162 ◦ blue 144

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

Shades of Dawn #A4A290

Tints of Dawn #A4A290

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.47%

 BLUE value IS 144 (56.64% from 255) = 30.64%

R = 34.89%
G = 34.47%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A4A290 (or 0xA4A290) is known color: Dawn. HEX triplet: A4, A2 and 90. RGB value is (164,162,144). Sum of RGB (Red+Green+Blue) = 164+162+144=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A290 is #5B5D6F. Grayscale: #A0A0A0. Windows color (decimal): -5987696 or 9478820. OLE color: 9478820.

HSL color Cylindrical-coordinate representation of color #A4A290: hue angle of 54º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4A290 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 162 144 -
CMYK 0 0.01 0.12 0.36
HSL 54º 0.1% 0.6% -
HSV(B) 54º 0.12% 0.64% -
XYZ 33.26 35.75 31.53 -
YUV 160.55 118.66 130.46 -
System Red Green Blue C M Y K H S L
Decimal 164 162 144 0 0.01 0.12 0.36 54 0.1 0.6
Hex A4 A2 90 0 1 C 24 36 A 3C
Octal 244 242 220 0 1 14 44 66 12 74
Binary 10100100 10100010 10010000 0 1 1100 100100 110110 1010 111100

Color Harmonies of #A4A290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A290

Black with #A4A290

Text Example


Text Example

White with #A4A290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A290; }

 p { color: rgb(164,162,144); }

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

background-color css

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

 a { background-color: rgb(164,162,144); }

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

border-color css

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

 span { border-color: rgb(164,162,144); }

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