Html Css Color HEX #ADA043 Brass

📋 copy color: '#ADA043'

red 173 ◦ green 160 ◦ blue 67

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

Shades of Brass #ADA043

Tints of Brass #ADA043

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40%

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

R = 43.25%
G = 40%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#ADA043 (or 0xADA043) is known color: Brass. HEX triplet: AD, A0 and 43. RGB value is (173,160,67). Sum of RGB (Red+Green+Blue) = 173+160+67=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 67 (26.56% from 255 or 16.75% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA043 is #525FBC. Grayscale: #999999. Windows color (decimal): -5398461 or 4432045. OLE color: 4432045.

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

Color convert

RGB 173 160 67 -
CMYK 0 0.08 0.61 0.32
HSL 52.64º 0.44% 0.47% -
HSV(B) 52.64º 0.61% 0.68% -
XYZ 30.82 34.43 10.33 -
YUV 153.29 79.31 142.06 -
System Red Green Blue C M Y K H S L
Decimal 173 160 67 0 0.08 0.61 0.32 52.64 0.44 0.47
Hex AD A0 43 0 8 3D 20 35 2C 2F
Octal 255 240 103 0 10 75 40 65 54 57
Binary 10101101 10100000 1000011 0 1000 111101 100000 110101 101100 101111

Color Harmonies of #ADA043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA043

Black with #ADA043

Text Example


Text Example

White with #ADA043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA043; }

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

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

background-color css

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

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

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

border-color css

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

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

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