Html Css Color HEX #ADA83B Brass

📋 copy color: '#ADA83B'

red 173 ◦ green 168 ◦ blue 59

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

Shades of Brass #ADA83B

Tints of Brass #ADA83B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42%

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

R = 43.25%
G = 42%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#ADA83B (or 0xADA83B) is known color: Brass. HEX triplet: AD, A8 and 3B. RGB value is (173,168,59). Sum of RGB (Red+Green+Blue) = 173+168+59=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 59 (23.44% from 255 or 14.75% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA83B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA83B is #5257C4. Grayscale: #9D9D9D. Windows color (decimal): -5396421 or 3909805. OLE color: 3909805.

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

Color convert

RGB 173 168 59 -
CMYK 0 0.03 0.66 0.32
HSL 57.37º 0.49% 0.45% -
HSV(B) 57.37º 0.66% 0.68% -
XYZ 32.03 37.21 9.63 -
YUV 157.07 72.66 139.36 -
System Red Green Blue C M Y K H S L
Decimal 173 168 59 0 0.03 0.66 0.32 57.37 0.49 0.45
Hex AD A8 3B 0 3 42 20 39 31 2D
Octal 255 250 73 0 3 102 40 71 61 55
Binary 10101101 10101000 111011 0 11 1000010 100000 111001 110001 101101

Color Harmonies of #ADA83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA83B

Black with #ADA83B

Text Example


Text Example

White with #ADA83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA83B; }

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

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

background-color css

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

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

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

border-color css

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

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

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