Html Css Color HEX #ADA943 Brass

📋 copy color: '#ADA943'

red 173 ◦ green 169 ◦ blue 67

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

Shades of Brass #ADA943

Tints of Brass #ADA943

RGB

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

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

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

R = 42.3%
G = 41.32%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#ADA943 (or 0xADA943) is known color: Brass. HEX triplet: AD, A9 and 43. RGB value is (173,169,67). Sum of RGB (Red+Green+Blue) = 173+169+67=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 67 (26.56% from 255 or 16.38% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA943 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA943 is #5256BC. Grayscale: #9E9E9E. Windows color (decimal): -5396157 or 4434349. OLE color: 4434349.

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

Color convert

RGB 173 169 67 -
CMYK 0 0.02 0.61 0.32
HSL 57.74º 0.44% 0.47% -
HSV(B) 57.74º 0.61% 0.68% -
XYZ 32.43 37.67 10.87 -
YUV 158.57 76.33 138.29 -
System Red Green Blue C M Y K H S L
Decimal 173 169 67 0 0.02 0.61 0.32 57.74 0.44 0.47
Hex AD A9 43 0 2 3D 20 3A 2C 2F
Octal 255 251 103 0 2 75 40 72 54 57
Binary 10101101 10101001 1000011 0 10 111101 100000 111010 101100 101111

Color Harmonies of #ADA943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA943

Black with #ADA943

Text Example


Text Example

White with #ADA943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA943; }

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

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

background-color css

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

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

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

border-color css

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

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

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