Html Css Color HEX #ADA342 Brass

📋 copy color: '#ADA342'

red 173 ◦ green 163 ◦ blue 66

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

Shades of Brass #ADA342

Tints of Brass #ADA342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.42%

R = 43.03%
G = 40.55%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#ADA342 (or 0xADA342) is known color: Brass. HEX triplet: AD, A3 and 42. RGB value is (173,163,66). Sum of RGB (Red+Green+Blue) = 173+163+66=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 66 (26.17% from 255 or 16.42% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA342 is #525CBD. Grayscale: #9B9B9B. Windows color (decimal): -5397694 or 4367277. OLE color: 4367277.

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

Color convert

RGB 173 163 66 -
CMYK 0 0.06 0.62 0.32
HSL 54.39º 0.45% 0.47% -
HSV(B) 54.39º 0.62% 0.68% -
XYZ 31.31 35.47 10.35 -
YUV 154.93 77.81 140.89 -
System Red Green Blue C M Y K H S L
Decimal 173 163 66 0 0.06 0.62 0.32 54.39 0.45 0.47
Hex AD A3 42 0 6 3E 20 36 2D 2F
Octal 255 243 102 0 6 76 40 66 55 57
Binary 10101101 10100011 1000010 0 110 111110 100000 110110 101101 101111

Color Harmonies of #ADA342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA342

Black with #ADA342

Text Example


Text Example

White with #ADA342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA342; }

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

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

background-color css

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

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

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

border-color css

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

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

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