Html Css Color HEX #ADA652 Brass

📋 copy color: '#ADA652'

red 173 ◦ green 166 ◦ blue 82

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

Shades of Brass #ADA652

Tints of Brass #ADA652

RGB

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

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

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

R = 41.09%
G = 39.43%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#ADA652 (or 0xADA652) is known color: Brass. HEX triplet: AD, A6 and 52. RGB value is (173,166,82). Sum of RGB (Red+Green+Blue) = 173+166+82=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA652 is #5259AD. Grayscale: #9E9E9E. Windows color (decimal): -5396910 or 5416621. OLE color: 5416621.

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

Color convert

RGB 173 166 82 -
CMYK 0 0.04 0.53 0.32
HSL 55.38º 0.36% 0.5% -
HSV(B) 55.38º 0.53% 0.68% -
XYZ 32.39 36.77 13.37 -
YUV 158.52 84.82 138.33 -
System Red Green Blue C M Y K H S L
Decimal 173 166 82 0 0.04 0.53 0.32 55.38 0.36 0.5
Hex AD A6 52 0 4 35 20 37 24 32
Octal 255 246 122 0 4 65 40 67 44 62
Binary 10101101 10100110 1010010 0 100 110101 100000 110111 100100 110010

Color Harmonies of #ADA652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA652

Black with #ADA652

Text Example


Text Example

White with #ADA652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA652; }

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

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

background-color css

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

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

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

border-color css

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

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

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