Html Css Color HEX #ADA243 Brass

📋 copy color: '#ADA243'

red 173 ◦ green 162 ◦ blue 67

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

Shades of Brass #ADA243

Tints of Brass #ADA243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.67%

R = 43.03%
G = 40.3%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#ADA243 (or 0xADA243) is known color: Brass. HEX triplet: AD, A2 and 43. RGB value is (173,162,67). Sum of RGB (Red+Green+Blue) = 173+162+67=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 67 (26.56% from 255 or 16.67% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA243 is #525DBC. Grayscale: #9A9A9A. Windows color (decimal): -5397949 or 4432557. OLE color: 4432557.

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

Color convert

RGB 173 162 67 -
CMYK 0 0.06 0.61 0.32
HSL 53.77º 0.44% 0.47% -
HSV(B) 53.77º 0.61% 0.68% -
XYZ 31.17 35.13 10.45 -
YUV 154.46 78.64 141.22 -
System Red Green Blue C M Y K H S L
Decimal 173 162 67 0 0.06 0.61 0.32 53.77 0.44 0.47
Hex AD A2 43 0 6 3D 20 36 2C 2F
Octal 255 242 103 0 6 75 40 66 54 57
Binary 10101101 10100010 1000011 0 110 111101 100000 110110 101100 101111

Color Harmonies of #ADA243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA243

Black with #ADA243

Text Example


Text Example

White with #ADA243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA243; }

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

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

background-color css

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

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

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

border-color css

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

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

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