Html Css Color HEX #ADA033 Brass

📋 copy color: '#ADA033'

red 173 ◦ green 160 ◦ blue 51

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

Shades of Brass #ADA033

Tints of Brass #ADA033

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.67%

 BLUE value IS 51 (20.31% from 255) = 13.28%

R = 45.05%
G = 41.67%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#ADA033 (or 0xADA033) is known color: Brass. HEX triplet: AD, A0 and 33. RGB value is (173,160,51). Sum of RGB (Red+Green+Blue) = 173+160+51=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 51 (20.31% from 255 or 13.28% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA033 is #525FCC. Grayscale: #979797. Windows color (decimal): -5398477 or 3383469. OLE color: 3383469.

HSL color Cylindrical-coordinate representation of color #ADA033: hue angle of 53.61º degrees, saturation: 0.54, 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 #ADA033 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 160 51 -
CMYK 0 0.08 0.71 0.32
HSL 53.61º 0.54% 0.44% -
HSV(B) 53.61º 0.71% 0.68% -
XYZ 30.4 34.26 8.14 -
YUV 151.46 71.31 143.36 -
System Red Green Blue C M Y K H S L
Decimal 173 160 51 0 0.08 0.71 0.32 53.61 0.54 0.44
Hex AD A0 33 0 8 47 20 36 36 2C
Octal 255 240 63 0 10 107 40 66 66 54
Binary 10101101 10100000 110011 0 1000 1000111 100000 110110 110110 101100

Color Harmonies of #ADA033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA033

Black with #ADA033

Text Example


Text Example

White with #ADA033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA033; }

 p { color: rgb(173,160,51); }

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

background-color css

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

 a { background-color: rgb(173,160,51); }

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

border-color css

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

 span { border-color: rgb(173,160,51); }

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