Html Css Color HEX #A9A38F Dawn

📋 copy color: '#A9A38F'

red 169 ◦ green 163 ◦ blue 143

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

Shades of Dawn #A9A38F

Tints of Dawn #A9A38F

RGB

 RED value IS 169 (66.41% from 255) = 35.58%

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

 BLUE value IS 143 (56.25% from 255) = 30.11%

R = 35.58%
G = 34.32%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A9A38F (or 0xA9A38F) is known color: Dawn. HEX triplet: A9, A3 and 8F. RGB value is (169,163,143). Sum of RGB (Red+Green+Blue) = 169+163+143=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A38F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A38F is #565C70. Grayscale: #A2A2A2. Windows color (decimal): -5659761 or 9413545. OLE color: 9413545.

HSL color Cylindrical-coordinate representation of color #A9A38F: hue angle of 46.15º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A9A38F is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 163 143 -
CMYK 0 0.04 0.15 0.34
HSL 46.15º 0.13% 0.61% -
HSV(B) 46.15º 0.15% 0.66% -
XYZ 34.42 36.61 31.24 -
YUV 162.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 169 163 143 0 0.04 0.15 0.34 46.15 0.13 0.61
Hex A9 A3 8F 0 4 F 22 2E D 3D
Octal 251 243 217 0 4 17 42 56 15 75
Binary 10101001 10100011 10001111 0 100 1111 100010 101110 1101 111101

Color Harmonies of #A9A38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A38F

Black with #A9A38F

Text Example


Text Example

White with #A9A38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A38F; }

 p { color: rgb(169,163,143); }

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

background-color css

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

 a { background-color: rgb(169,163,143); }

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

border-color css

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

 span { border-color: rgb(169,163,143); }

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