Html Css Color HEX #ADAB44 Brass

📋 copy color: '#ADAB44'

red 173 ◦ green 171 ◦ blue 68

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

Shades of Brass #ADAB44

Tints of Brass #ADAB44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.5%

R = 41.99%
G = 41.5%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#ADAB44 (or 0xADAB44) is known color: Brass. HEX triplet: AD, AB and 44. RGB value is (173,171,68). Sum of RGB (Red+Green+Blue) = 173+171+68=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB44 is #5254BB. Grayscale: #A0A0A0. Windows color (decimal): -5395644 or 4500397. OLE color: 4500397.

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

Color convert

RGB 173 171 68 -
CMYK 0 0.01 0.61 0.32
HSL 58.86º 0.44% 0.47% -
HSV(B) 58.86º 0.61% 0.68% -
XYZ 32.84 38.43 11.16 -
YUV 159.86 76.16 137.38 -
System Red Green Blue C M Y K H S L
Decimal 173 171 68 0 0.01 0.61 0.32 58.86 0.44 0.47
Hex AD AB 44 0 1 3D 20 3B 2C 2F
Octal 255 253 104 0 1 75 40 73 54 57
Binary 10101101 10101011 1000100 0 1 111101 100000 111011 101100 101111

Color Harmonies of #ADAB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB44

Black with #ADAB44

Text Example


Text Example

White with #ADAB44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB44; }

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

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

background-color css

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

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

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

border-color css

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

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

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