Html Css Color HEX #ADA334 Brass

📋 copy color: '#ADA334'

red 173 ◦ green 163 ◦ blue 52

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

Shades of Brass #ADA334

Tints of Brass #ADA334

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.01%

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

R = 44.59%
G = 42.01%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#ADA334 (or 0xADA334) is known color: Brass. HEX triplet: AD, A3 and 34. RGB value is (173,163,52). Sum of RGB (Red+Green+Blue) = 173+163+52=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 52 (20.70% from 255 or 13.40% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA334 is #525CCB. Grayscale: #999999. Windows color (decimal): -5397708 or 3449773. OLE color: 3449773.

HSL color Cylindrical-coordinate representation of color #ADA334: hue angle of 55.04º 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 #ADA334 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 163 52 -
CMYK 0 0.06 0.70 0.32
HSL 55.04º 0.54% 0.44% -
HSV(B) 55.04º 0.7% 0.68% -
XYZ 30.95 35.33 8.44 -
YUV 153.34 70.81 142.03 -
System Red Green Blue C M Y K H S L
Decimal 173 163 52 0 0.06 0.70 0.32 55.04 0.54 0.44
Hex AD A3 34 0 6 46 20 37 36 2C
Octal 255 243 64 0 6 106 40 67 66 54
Binary 10101101 10100011 110100 0 110 1000110 100000 110111 110110 101100

Color Harmonies of #ADA334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA334

Black with #ADA334

Text Example


Text Example

White with #ADA334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA334; }

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

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

background-color css

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

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

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

border-color css

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

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

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