Html Css Color HEX #ADA43B Brass

📋 copy color: '#ADA43B'

red 173 ◦ green 164 ◦ blue 59

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

Shades of Brass #ADA43B

Tints of Brass #ADA43B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.9%

R = 43.69%
G = 41.41%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#ADA43B (or 0xADA43B) is known color: Brass. HEX triplet: AD, A4 and 3B. RGB value is (173,164,59). Sum of RGB (Red+Green+Blue) = 173+164+59=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 59 (23.44% from 255 or 14.90% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA43B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA43B is #525BC4. Grayscale: #9B9B9B. Windows color (decimal): -5397445 or 3908781. OLE color: 3908781.

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

Color convert

RGB 173 164 59 -
CMYK 0 0.05 0.66 0.32
HSL 55.26º 0.49% 0.45% -
HSV(B) 55.26º 0.66% 0.68% -
XYZ 31.3 35.75 9.39 -
YUV 154.72 73.98 141.04 -
System Red Green Blue C M Y K H S L
Decimal 173 164 59 0 0.05 0.66 0.32 55.26 0.49 0.45
Hex AD A4 3B 0 5 42 20 37 31 2D
Octal 255 244 73 0 5 102 40 67 61 55
Binary 10101101 10100100 111011 0 101 1000010 100000 110111 110001 101101

Color Harmonies of #ADA43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA43B

Black with #ADA43B

Text Example


Text Example

White with #ADA43B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA43B; }

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

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

background-color css

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

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

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

border-color css

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

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

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