Html Css Color HEX #A6A38F Dawn

📋 copy color: '#A6A38F'

red 166 ◦ green 163 ◦ blue 143

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

Shades of Dawn #A6A38F

Tints of Dawn #A6A38F

RGB

 RED value IS 166 (65.23% from 255) = 35.17%

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

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

R = 35.17%
G = 34.53%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A6A38F (or 0xA6A38F) is known color: Dawn. HEX triplet: A6, A3 and 8F. RGB value is (166,163,143). Sum of RGB (Red+Green+Blue) = 166+163+143=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A38F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A38F is #595C70. Grayscale: #A1A1A1. Windows color (decimal): -5856369 or 9413542. OLE color: 9413542.

HSL color Cylindrical-coordinate representation of color #A6A38F: hue angle of 52.17º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6A38F is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 163 143 -
CMYK 0 0.02 0.14 0.35
HSL 52.17º 0.11% 0.61% -
HSV(B) 52.17º 0.14% 0.65% -
XYZ 33.78 36.28 31.21 -
YUV 161.62 117.49 131.13 -
System Red Green Blue C M Y K H S L
Decimal 166 163 143 0 0.02 0.14 0.35 52.17 0.11 0.61
Hex A6 A3 8F 0 2 E 23 34 B 3D
Octal 246 243 217 0 2 16 43 64 13 75
Binary 10100110 10100011 10001111 0 10 1110 100011 110100 1011 111101

Color Harmonies of #A6A38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A38F

Black with #A6A38F

Text Example


Text Example

White with #A6A38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A38F; }

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

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

background-color css

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

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

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

border-color css

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

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

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