Html Css Color HEX #A4A38C Dawn

📋 copy color: '#A4A38C'

red 164 ◦ green 163 ◦ blue 140

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

Shades of Dawn #A4A38C

Tints of Dawn #A4A38C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.98%

R = 35.12%
G = 34.9%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4A38C (or 0xA4A38C) is known color: Dawn. HEX triplet: A4, A3 and 8C. RGB value is (164,163,140). Sum of RGB (Red+Green+Blue) = 164+163+140=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A38C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A38C is #5B5C73. Grayscale: #A0A0A0. Windows color (decimal): -5987444 or 9216932. OLE color: 9216932.

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

Color convert

RGB 164 163 140 -
CMYK 0 0.01 0.15 0.36
HSL 57.5º 0.12% 0.6% -
HSV(B) 57.5º 0.15% 0.64% -
XYZ 33.14 35.98 30.01 -
YUV 160.68 116.33 130.37 -
System Red Green Blue C M Y K H S L
Decimal 164 163 140 0 0.01 0.15 0.36 57.5 0.12 0.6
Hex A4 A3 8C 0 1 F 24 3A C 3C
Octal 244 243 214 0 1 17 44 72 14 74
Binary 10100100 10100011 10001100 0 1 1111 100100 111010 1100 111100

Color Harmonies of #A4A38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A38C

Black with #A4A38C

Text Example


Text Example

White with #A4A38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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