Html Css Color HEX #ADAB33 Brass

📋 copy color: '#ADAB33'

red 173 ◦ green 171 ◦ blue 51

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

Shades of Brass #ADAB33

Tints of Brass #ADAB33

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.29%

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

R = 43.8%
G = 43.29%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#ADAB33 (or 0xADAB33) is known color: Brass. HEX triplet: AD, AB and 33. RGB value is (173,171,51). Sum of RGB (Red+Green+Blue) = 173+171+51=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 51 (20.31% from 255 or 12.91% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB33 is #5254CC. Grayscale: #9E9E9E. Windows color (decimal): -5395661 or 3386285. OLE color: 3386285.

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

Color convert

RGB 173 171 51 -
CMYK 0 0.01 0.71 0.32
HSL 59.02º 0.54% 0.44% -
HSV(B) 59.02º 0.71% 0.68% -
XYZ 32.39 38.25 8.81 -
YUV 157.92 67.66 138.76 -
System Red Green Blue C M Y K H S L
Decimal 173 171 51 0 0.01 0.71 0.32 59.02 0.54 0.44
Hex AD AB 33 0 1 47 20 3B 36 2C
Octal 255 253 63 0 1 107 40 73 66 54
Binary 10101101 10101011 110011 0 1 1000111 100000 111011 110110 101100

Color Harmonies of #ADAB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB33

Black with #ADAB33

Text Example


Text Example

White with #ADAB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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