Html Css Color HEX #ADA732 Brass

📋 copy color: '#ADA732'

red 173 ◦ green 167 ◦ blue 50

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

Shades of Brass #ADA732

Tints of Brass #ADA732

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.82%

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

R = 44.36%
G = 42.82%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#ADA732 (or 0xADA732) is known color: Brass. HEX triplet: AD, A7 and 32. RGB value is (173,167,50). Sum of RGB (Red+Green+Blue) = 173+167+50=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA732 is #5258CD. Grayscale: #9B9B9B. Windows color (decimal): -5396686 or 3319725. OLE color: 3319725.

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

Color convert

RGB 173 167 50 -
CMYK 0 0.03 0.71 0.32
HSL 57.07º 0.55% 0.44% -
HSV(B) 57.07º 0.71% 0.68% -
XYZ 31.63 36.75 8.44 -
YUV 155.46 68.49 140.51 -
System Red Green Blue C M Y K H S L
Decimal 173 167 50 0 0.03 0.71 0.32 57.07 0.55 0.44
Hex AD A7 32 0 3 47 20 39 37 2C
Octal 255 247 62 0 3 107 40 71 67 54
Binary 10101101 10100111 110010 0 11 1000111 100000 111001 110111 101100

Color Harmonies of #ADA732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA732

Black with #ADA732

Text Example


Text Example

White with #ADA732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA732; }

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

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

background-color css

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

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

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

border-color css

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

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

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