Html Css Color HEX #ADA645 Brass

📋 copy color: '#ADA645'

red 173 ◦ green 166 ◦ blue 69

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

Shades of Brass #ADA645

Tints of Brass #ADA645

RGB

 RED value IS 173 (67.97% from 255) = 42.4%

 GREEN value IS 166 (65.23% from 255) = 40.69%

 BLUE value IS 69 (27.34% from 255) = 16.91%

R = 42.4%
G = 40.69%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#ADA645 (or 0xADA645) is known color: Brass. HEX triplet: AD, A6 and 45. RGB value is (173,166,69). Sum of RGB (Red+Green+Blue) = 173+166+69=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA645 is #5259BA. Grayscale: #9D9D9D. Windows color (decimal): -5396923 or 4564653. OLE color: 4564653.

HSL color Cylindrical-coordinate representation of color #ADA645: hue angle of 55.96º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADA645 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 166 69 -
CMYK 0 0.04 0.60 0.32
HSL 55.96º 0.43% 0.47% -
HSV(B) 55.96º 0.6% 0.68% -
XYZ 31.94 36.59 11.01 -
YUV 157.04 78.32 139.39 -
System Red Green Blue C M Y K H S L
Decimal 173 166 69 0 0.04 0.60 0.32 55.96 0.43 0.47
Hex AD A6 45 0 4 3C 20 38 2B 2F
Octal 255 246 105 0 4 74 40 70 53 57
Binary 10101101 10100110 1000101 0 100 111100 100000 111000 101011 101111

Color Harmonies of #ADA645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA645

Black with #ADA645

Text Example


Text Example

White with #ADA645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA645; }

 p { color: rgb(173,166,69); }

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

background-color css

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

 a { background-color: rgb(173,166,69); }

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

border-color css

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

 span { border-color: rgb(173,166,69); }

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