Html Css Color HEX #ADA452 Brass

📋 copy color: '#ADA452'

red 173 ◦ green 164 ◦ blue 82

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

Shades of Brass #ADA452

Tints of Brass #ADA452

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.14%

 BLUE value IS 82 (32.42% from 255) = 19.57%

R = 41.29%
G = 39.14%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#ADA452 (or 0xADA452) is known color: Brass. HEX triplet: AD, A4 and 52. RGB value is (173,164,82). Sum of RGB (Red+Green+Blue) = 173+164+82=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA452 is #525BAD. Grayscale: #9D9D9D. Windows color (decimal): -5397422 or 5416109. OLE color: 5416109.

HSL color Cylindrical-coordinate representation of color #ADA452: hue angle of 54.07º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADA452 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 164 82 -
CMYK 0 0.05 0.53 0.32
HSL 54.07º 0.36% 0.5% -
HSV(B) 54.07º 0.53% 0.68% -
XYZ 32.03 36.04 13.25 -
YUV 157.34 85.48 139.17 -
System Red Green Blue C M Y K H S L
Decimal 173 164 82 0 0.05 0.53 0.32 54.07 0.36 0.5
Hex AD A4 52 0 5 35 20 36 24 32
Octal 255 244 122 0 5 65 40 66 44 62
Binary 10101101 10100100 1010010 0 101 110101 100000 110110 100100 110010

Color Harmonies of #ADA452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA452

Black with #ADA452

Text Example


Text Example

White with #ADA452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA452; }

 p { color: rgb(173,164,82); }

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

background-color css

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

 a { background-color: rgb(173,164,82); }

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

border-color css

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

 span { border-color: rgb(173,164,82); }

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