Html Css Color HEX #ADA133 Brass

📋 copy color: '#ADA133'

red 173 ◦ green 161 ◦ blue 51

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

Shades of Brass #ADA133

Tints of Brass #ADA133

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.82%

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

R = 44.94%
G = 41.82%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#ADA133 (or 0xADA133) is known color: Brass. HEX triplet: AD, A1 and 33. RGB value is (173,161,51). Sum of RGB (Red+Green+Blue) = 173+161+51=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 51 (20.31% from 255 or 13.25% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA133 is #525ECC. Grayscale: #989898. Windows color (decimal): -5398221 or 3383725. OLE color: 3383725.

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

Color convert

RGB 173 161 51 -
CMYK 0 0.07 0.71 0.32
HSL 54.1º 0.54% 0.44% -
HSV(B) 54.1º 0.71% 0.68% -
XYZ 30.58 34.61 8.2 -
YUV 152.05 70.98 142.94 -
System Red Green Blue C M Y K H S L
Decimal 173 161 51 0 0.07 0.71 0.32 54.1 0.54 0.44
Hex AD A1 33 0 7 47 20 36 36 2C
Octal 255 241 63 0 7 107 40 66 66 54
Binary 10101101 10100001 110011 0 111 1000111 100000 110110 110110 101100

Color Harmonies of #ADA133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA133

Black with #ADA133

Text Example


Text Example

White with #ADA133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA133; }

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

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

background-color css

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

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

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

border-color css

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

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

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