Html Css Color HEX #ADA43F Brass

📋 copy color: '#ADA43F'

red 173 ◦ green 164 ◦ blue 63

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

Shades of Brass #ADA43F

Tints of Brass #ADA43F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.75%

R = 43.25%
G = 41%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#ADA43F (or 0xADA43F) is known color: Brass. HEX triplet: AD, A4 and 3F. RGB value is (173,164,63). Sum of RGB (Red+Green+Blue) = 173+164+63=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA43F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA43F is #525BC0. Grayscale: #9B9B9B. Windows color (decimal): -5397441 or 4170925. OLE color: 4170925.

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

Color convert

RGB 173 164 63 -
CMYK 0 0.05 0.64 0.32
HSL 55.09º 0.47% 0.46% -
HSV(B) 55.09º 0.64% 0.68% -
XYZ 31.41 35.79 9.96 -
YUV 155.18 75.98 140.71 -
System Red Green Blue C M Y K H S L
Decimal 173 164 63 0 0.05 0.64 0.32 55.09 0.47 0.46
Hex AD A4 3F 0 5 40 20 37 2F 2E
Octal 255 244 77 0 5 100 40 67 57 56
Binary 10101101 10100100 111111 0 101 1000000 100000 110111 101111 101110

Color Harmonies of #ADA43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA43F

Black with #ADA43F

Text Example


Text Example

White with #ADA43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA43F; }

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

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

background-color css

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

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

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

border-color css

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

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

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