Html Css Color HEX #ADAB41 Brass

📋 copy color: '#ADAB41'

red 173 ◦ green 171 ◦ blue 65

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

Shades of Brass #ADAB41

Tints of Brass #ADAB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.89%

R = 42.3%
G = 41.81%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#ADAB41 (or 0xADAB41) is known color: Brass. HEX triplet: AD, AB and 41. RGB value is (173,171,65). Sum of RGB (Red+Green+Blue) = 173+171+65=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB41 is #5254BE. Grayscale: #9F9F9F. Windows color (decimal): -5395647 or 4303789. OLE color: 4303789.

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

Color convert

RGB 173 171 65 -
CMYK 0 0.01 0.62 0.32
HSL 58.89º 0.45% 0.47% -
HSV(B) 58.89º 0.62% 0.68% -
XYZ 32.75 38.39 10.69 -
YUV 159.51 74.66 137.62 -
System Red Green Blue C M Y K H S L
Decimal 173 171 65 0 0.01 0.62 0.32 58.89 0.45 0.47
Hex AD AB 41 0 1 3E 20 3B 2D 2F
Octal 255 253 101 0 1 76 40 73 55 57
Binary 10101101 10101011 1000001 0 1 111110 100000 111011 101101 101111

Color Harmonies of #ADAB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB41

Black with #ADAB41

Text Example


Text Example

White with #ADAB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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