Html Css Color HEX #ADA24D Brass

📋 copy color: '#ADA24D'

red 173 ◦ green 162 ◦ blue 77

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

Shades of Brass #ADA24D

Tints of Brass #ADA24D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.32%

 BLUE value IS 77 (30.47% from 255) = 18.69%

R = 41.99%
G = 39.32%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#ADA24D (or 0xADA24D) is known color: Brass. HEX triplet: AD, A2 and 4D. RGB value is (173,162,77). Sum of RGB (Red+Green+Blue) = 173+162+77=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA24D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA24D is #525DB2. Grayscale: #9B9B9B. Windows color (decimal): -5397939 or 5087917. OLE color: 5087917.

HSL color Cylindrical-coordinate representation of color #ADA24D: hue angle of 53.12º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADA24D is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 162 77 -
CMYK 0 0.06 0.55 0.32
HSL 53.13º 0.38% 0.49% -
HSV(B) 53.13º 0.55% 0.68% -
XYZ 31.49 35.26 12.17 -
YUV 155.6 83.64 140.41 -
System Red Green Blue C M Y K H S L
Decimal 173 162 77 0 0.06 0.55 0.32 53.13 0.38 0.49
Hex AD A2 4D 0 6 37 20 35 26 31
Octal 255 242 115 0 6 67 40 65 46 61
Binary 10101101 10100010 1001101 0 110 110111 100000 110101 100110 110001

Color Harmonies of #ADA24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA24D

Black with #ADA24D

Text Example


Text Example

White with #ADA24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA24D; }

 p { color: rgb(173,162,77); }

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

background-color css

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

 a { background-color: rgb(173,162,77); }

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

border-color css

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

 span { border-color: rgb(173,162,77); }

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