Html Css Color HEX #ADA239 Brass

📋 copy color: '#ADA239'

red 173 ◦ green 162 ◦ blue 57

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

Shades of Brass #ADA239

Tints of Brass #ADA239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.54%

R = 44.13%
G = 41.33%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#ADA239 (or 0xADA239) is known color: Brass. HEX triplet: AD, A2 and 39. RGB value is (173,162,57). Sum of RGB (Red+Green+Blue) = 173+162+57=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 57 (22.66% from 255 or 14.54% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA239 is #525DC6. Grayscale: #999999. Windows color (decimal): -5397959 or 3777197. OLE color: 3777197.

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

Color convert

RGB 173 162 57 -
CMYK 0 0.06 0.67 0.32
HSL 54.31º 0.5% 0.45% -
HSV(B) 54.31º 0.67% 0.68% -
XYZ 30.89 35.02 9 -
YUV 153.32 73.64 142.04 -
System Red Green Blue C M Y K H S L
Decimal 173 162 57 0 0.06 0.67 0.32 54.31 0.5 0.45
Hex AD A2 39 0 6 43 20 36 32 2D
Octal 255 242 71 0 6 103 40 66 62 55
Binary 10101101 10100010 111001 0 110 1000011 100000 110110 110010 101101

Color Harmonies of #ADA239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA239

Black with #ADA239

Text Example


Text Example

White with #ADA239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA239; }

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

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

background-color css

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

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

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

border-color css

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

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

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