Html Css Color HEX #ADAC34 Brass

📋 copy color: '#ADAC34'

red 173 ◦ green 172 ◦ blue 52

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

Shades of Brass #ADAC34

Tints of Brass #ADAC34

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.32%

 BLUE value IS 52 (20.7% from 255) = 13.1%

R = 43.58%
G = 43.32%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#ADAC34 (or 0xADAC34) is known color: Brass. HEX triplet: AD, AC and 34. RGB value is (173,172,52). Sum of RGB (Red+Green+Blue) = 173+172+52=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC34 is #5253CB. Grayscale: #9F9F9F. Windows color (decimal): -5395404 or 3452077. OLE color: 3452077.

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

Color convert

RGB 173 172 52 -
CMYK 0 0.01 0.70 0.32
HSL 59.5º 0.54% 0.44% -
HSV(B) 59.5º 0.7% 0.68% -
XYZ 32.61 38.64 8.99 -
YUV 158.62 67.83 138.26 -
System Red Green Blue C M Y K H S L
Decimal 173 172 52 0 0.01 0.70 0.32 59.5 0.54 0.44
Hex AD AC 34 0 1 46 20 3C 36 2C
Octal 255 254 64 0 1 106 40 74 66 54
Binary 10101101 10101100 110100 0 1 1000110 100000 111100 110110 101100

Color Harmonies of #ADAC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC34

Black with #ADAC34

Text Example


Text Example

White with #ADAC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC34; }

 p { color: rgb(173,172,52); }

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

background-color css

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

 a { background-color: rgb(173,172,52); }

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

border-color css

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

 span { border-color: rgb(173,172,52); }

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