Html Css Color HEX #ADA84B Brass

📋 copy color: '#ADA84B'

red 173 ◦ green 168 ◦ blue 75

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

Shades of Brass #ADA84B

Tints of Brass #ADA84B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.03%

R = 41.59%
G = 40.38%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#ADA84B (or 0xADA84B) is known color: Brass. HEX triplet: AD, A8 and 4B. RGB value is (173,168,75). Sum of RGB (Red+Green+Blue) = 173+168+75=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA84B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA84B is #5257B4. Grayscale: #9F9F9F. Windows color (decimal): -5396405 or 4958381. OLE color: 4958381.

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

Color convert

RGB 173 168 75 -
CMYK 0 0.03 0.57 0.32
HSL 56.94º 0.4% 0.49% -
HSV(B) 56.94º 0.57% 0.68% -
XYZ 32.51 37.4 12.16 -
YUV 158.89 80.66 138.06 -
System Red Green Blue C M Y K H S L
Decimal 173 168 75 0 0.03 0.57 0.32 56.94 0.4 0.49
Hex AD A8 4B 0 3 39 20 39 28 31
Octal 255 250 113 0 3 71 40 71 50 61
Binary 10101101 10101000 1001011 0 11 111001 100000 111001 101000 110001

Color Harmonies of #ADA84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA84B

Black with #ADA84B

Text Example


Text Example

White with #ADA84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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