Html Css Color HEX #ADA33A Brass

📋 copy color: '#ADA33A'

red 173 ◦ green 163 ◦ blue 58

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

Shades of Brass #ADA33A

Tints of Brass #ADA33A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.37%

 BLUE value IS 58 (23.05% from 255) = 14.72%

R = 43.91%
G = 41.37%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#ADA33A (or 0xADA33A) is known color: Brass. HEX triplet: AD, A3 and 3A. RGB value is (173,163,58). Sum of RGB (Red+Green+Blue) = 173+163+58=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA33A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA33A is #525CC5. Grayscale: #9A9A9A. Windows color (decimal): -5397702 or 3842989. OLE color: 3842989.

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

Color convert

RGB 173 163 58 -
CMYK 0 0.06 0.66 0.32
HSL 54.78º 0.5% 0.45% -
HSV(B) 54.78º 0.66% 0.68% -
XYZ 31.09 35.38 9.19 -
YUV 154.02 73.81 141.54 -
System Red Green Blue C M Y K H S L
Decimal 173 163 58 0 0.06 0.66 0.32 54.78 0.5 0.45
Hex AD A3 3A 0 6 42 20 37 32 2D
Octal 255 243 72 0 6 102 40 67 62 55
Binary 10101101 10100011 111010 0 110 1000010 100000 110111 110010 101101

Color Harmonies of #ADA33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA33A

Black with #ADA33A

Text Example


Text Example

White with #ADA33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA33A; }

 p { color: rgb(173,163,58); }

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

background-color css

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

 a { background-color: rgb(173,163,58); }

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

border-color css

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

 span { border-color: rgb(173,163,58); }

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