Html Css Color HEX #ADA245 Brass

📋 copy color: '#ADA245'

red 173 ◦ green 162 ◦ blue 69

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

Shades of Brass #ADA245

Tints of Brass #ADA245

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.1%

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

R = 42.82%
G = 40.1%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#ADA245 (or 0xADA245) is known color: Brass. HEX triplet: AD, A2 and 45. RGB value is (173,162,69). Sum of RGB (Red+Green+Blue) = 173+162+69=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA245 is #525DBA. Grayscale: #9B9B9B. Windows color (decimal): -5397947 or 4563629. OLE color: 4563629.

HSL color Cylindrical-coordinate representation of color #ADA245: hue angle of 53.65º 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 #ADA245 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 162 69 -
CMYK 0 0.06 0.60 0.32
HSL 53.65º 0.43% 0.47% -
HSV(B) 53.65º 0.6% 0.68% -
XYZ 31.23 35.15 10.77 -
YUV 154.69 79.64 141.06 -
System Red Green Blue C M Y K H S L
Decimal 173 162 69 0 0.06 0.60 0.32 53.65 0.43 0.47
Hex AD A2 45 0 6 3C 20 36 2B 2F
Octal 255 242 105 0 6 74 40 66 53 57
Binary 10101101 10100010 1000101 0 110 111100 100000 110110 101011 101111

Color Harmonies of #ADA245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA245

Black with #ADA245

Text Example


Text Example

White with #ADA245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA245; }

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

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

background-color css

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

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

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

border-color css

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

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

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