Html Css Color HEX #ADA443 Brass

📋 copy color: '#ADA443'

red 173 ◦ green 164 ◦ blue 67

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

Shades of Brass #ADA443

Tints of Brass #ADA443

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.59%

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

R = 42.82%
G = 40.59%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#ADA443 (or 0xADA443) is known color: Brass. HEX triplet: AD, A4 and 43. RGB value is (173,164,67). Sum of RGB (Red+Green+Blue) = 173+164+67=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 67 (26.56% from 255 or 16.58% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA443 is #525BBC. Grayscale: #9C9C9C. Windows color (decimal): -5397437 or 4433069. OLE color: 4433069.

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

Color convert

RGB 173 164 67 -
CMYK 0 0.05 0.61 0.32
HSL 54.91º 0.44% 0.47% -
HSV(B) 54.91º 0.61% 0.68% -
XYZ 31.52 35.84 10.57 -
YUV 155.63 77.98 140.39 -
System Red Green Blue C M Y K H S L
Decimal 173 164 67 0 0.05 0.61 0.32 54.91 0.44 0.47
Hex AD A4 43 0 5 3D 20 37 2C 2F
Octal 255 244 103 0 5 75 40 67 54 57
Binary 10101101 10100100 1000011 0 101 111101 100000 110111 101100 101111

Color Harmonies of #ADA443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA443

Black with #ADA443

Text Example


Text Example

White with #ADA443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA443; }

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

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

background-color css

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

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

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

border-color css

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

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

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