Html Css Color HEX #ADAB36 Brass

📋 copy color: '#ADAB36'

red 173 ◦ green 171 ◦ blue 54

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

Shades of Brass #ADAB36

Tints of Brass #ADAB36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.57%

R = 43.47%
G = 42.96%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#ADAB36 (or 0xADAB36) is known color: Brass. HEX triplet: AD, AB and 36. RGB value is (173,171,54). Sum of RGB (Red+Green+Blue) = 173+171+54=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 54 (21.48% from 255 or 13.57% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB36 is #5254C9. Grayscale: #9E9E9E. Windows color (decimal): -5395658 or 3582893. OLE color: 3582893.

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

Color convert

RGB 173 171 54 -
CMYK 0 0.01 0.69 0.32
HSL 58.99º 0.52% 0.45% -
HSV(B) 58.99º 0.69% 0.68% -
XYZ 32.46 38.28 9.17 -
YUV 158.26 69.16 138.51 -
System Red Green Blue C M Y K H S L
Decimal 173 171 54 0 0.01 0.69 0.32 58.99 0.52 0.45
Hex AD AB 36 0 1 45 20 3B 34 2D
Octal 255 253 66 0 1 105 40 73 64 55
Binary 10101101 10101011 110110 0 1 1000101 100000 111011 110100 101101

Color Harmonies of #ADAB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB36

Black with #ADAB36

Text Example


Text Example

White with #ADAB36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB36; }

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

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

background-color css

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

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

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

border-color css

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

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

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