Html Css Color HEX #A4A38D Dawn

📋 copy color: '#A4A38D'

red 164 ◦ green 163 ◦ blue 141

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

Shades of Dawn #A4A38D

Tints of Dawn #A4A38D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.83%

 BLUE value IS 141 (55.47% from 255) = 30.13%

R = 35.04%
G = 34.83%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4A38D (or 0xA4A38D) is known color: Dawn. HEX triplet: A4, A3 and 8D. RGB value is (164,163,141). Sum of RGB (Red+Green+Blue) = 164+163+141=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A38D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A38D is #5B5C72. Grayscale: #A0A0A0. Windows color (decimal): -5987443 or 9282468. OLE color: 9282468.

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

Color convert

RGB 164 163 141 -
CMYK 0 0.01 0.14 0.36
HSL 57.39º 0.11% 0.6% -
HSV(B) 57.39º 0.14% 0.64% -
XYZ 33.21 36.01 30.4 -
YUV 160.79 116.83 130.29 -
System Red Green Blue C M Y K H S L
Decimal 164 163 141 0 0.01 0.14 0.36 57.39 0.11 0.6
Hex A4 A3 8D 0 1 E 24 39 B 3C
Octal 244 243 215 0 1 16 44 71 13 74
Binary 10100100 10100011 10001101 0 1 1110 100100 111001 1011 111100

Color Harmonies of #A4A38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A38D

Black with #A4A38D

Text Example


Text Example

White with #A4A38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A38D; }

 p { color: rgb(164,163,141); }

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

background-color css

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

 a { background-color: rgb(164,163,141); }

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

border-color css

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

 span { border-color: rgb(164,163,141); }

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