Html Css Color HEX #ADA942 Brass

📋 copy color: '#ADA942'

red 173 ◦ green 169 ◦ blue 66

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

Shades of Brass #ADA942

Tints of Brass #ADA942

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.42%

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

R = 42.4%
G = 41.42%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#ADA942 (or 0xADA942) is known color: Brass. HEX triplet: AD, A9 and 42. RGB value is (173,169,66). Sum of RGB (Red+Green+Blue) = 173+169+66=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 66 (26.17% from 255 or 16.18% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA942 is #5256BD. Grayscale: #9E9E9E. Windows color (decimal): -5396158 or 4368813. OLE color: 4368813.

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

Color convert

RGB 173 169 66 -
CMYK 0 0.02 0.62 0.32
HSL 57.76º 0.45% 0.47% -
HSV(B) 57.76º 0.62% 0.68% -
XYZ 32.4 37.65 10.71 -
YUV 158.45 75.83 138.38 -
System Red Green Blue C M Y K H S L
Decimal 173 169 66 0 0.02 0.62 0.32 57.76 0.45 0.47
Hex AD A9 42 0 2 3E 20 3A 2D 2F
Octal 255 251 102 0 2 76 40 72 55 57
Binary 10101101 10101001 1000010 0 10 111110 100000 111010 101101 101111

Color Harmonies of #ADA942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA942

Black with #ADA942

Text Example


Text Example

White with #ADA942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA942; }

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

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

background-color css

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

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

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

border-color css

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

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

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