Html Css Color HEX #A5A38C Dawn

📋 copy color: '#A5A38C'

red 165 ◦ green 163 ◦ blue 140

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

Shades of Dawn #A5A38C

Tints of Dawn #A5A38C

RGB

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

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

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

R = 35.26%
G = 34.83%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5A38C (or 0xA5A38C) is known color: Dawn. HEX triplet: A5, A3 and 8C. RGB value is (165,163,140). Sum of RGB (Red+Green+Blue) = 165+163+140=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A38C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A38C is #5A5C73. Grayscale: #A1A1A1. Windows color (decimal): -5921908 or 9216933. OLE color: 9216933.

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

Color convert

RGB 165 163 140 -
CMYK 0 0.01 0.15 0.35
HSL 55.2º 0.12% 0.6% -
HSV(B) 55.2º 0.15% 0.65% -
XYZ 33.35 36.09 30.02 -
YUV 160.98 116.16 130.87 -
System Red Green Blue C M Y K H S L
Decimal 165 163 140 0 0.01 0.15 0.35 55.2 0.12 0.6
Hex A5 A3 8C 0 1 F 23 37 C 3C
Octal 245 243 214 0 1 17 43 67 14 74
Binary 10100101 10100011 10001100 0 1 1111 100011 110111 1100 111100

Color Harmonies of #A5A38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A38C

Black with #A5A38C

Text Example


Text Example

White with #A5A38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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