Html Css Color HEX #ADA232 Brass

📋 copy color: '#ADA232'

red 173 ◦ green 162 ◦ blue 50

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

Shades of Brass #ADA232

Tints of Brass #ADA232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.99%

R = 44.94%
G = 42.08%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#ADA232 (or 0xADA232) is known color: Brass. HEX triplet: AD, A2 and 32. RGB value is (173,162,50). Sum of RGB (Red+Green+Blue) = 173+162+50=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA232 is #525DCD. Grayscale: #989898. Windows color (decimal): -5397966 or 3318445. OLE color: 3318445.

HSL color Cylindrical-coordinate representation of color #ADA232: hue angle of 54.63º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADA232 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 162 50 -
CMYK 0 0.06 0.71 0.32
HSL 54.63º 0.55% 0.44% -
HSV(B) 54.63º 0.71% 0.68% -
XYZ 30.73 34.96 8.15 -
YUV 152.52 70.14 142.61 -
System Red Green Blue C M Y K H S L
Decimal 173 162 50 0 0.06 0.71 0.32 54.63 0.55 0.44
Hex AD A2 32 0 6 47 20 37 37 2C
Octal 255 242 62 0 6 107 40 67 67 54
Binary 10101101 10100010 110010 0 110 1000111 100000 110111 110111 101100

Color Harmonies of #ADA232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA232

Black with #ADA232

Text Example


Text Example

White with #ADA232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA232; }

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

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

background-color css

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

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

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

border-color css

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

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

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