Html Css Color HEX #ADA34C Brass

📋 copy color: '#ADA34C'

red 173 ◦ green 163 ◦ blue 76

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

Shades of Brass #ADA34C

Tints of Brass #ADA34C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.56%

 BLUE value IS 76 (30.08% from 255) = 18.45%

R = 41.99%
G = 39.56%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#ADA34C (or 0xADA34C) is known color: Brass. HEX triplet: AD, A3 and 4C. RGB value is (173,163,76). Sum of RGB (Red+Green+Blue) = 173+163+76=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA34C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA34C is #525CB3. Grayscale: #9C9C9C. Windows color (decimal): -5397684 or 5022637. OLE color: 5022637.

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

Color convert

RGB 173 163 76 -
CMYK 0 0.06 0.56 0.32
HSL 53.81º 0.39% 0.49% -
HSV(B) 53.81º 0.56% 0.68% -
XYZ 31.64 35.6 12.04 -
YUV 156.07 82.81 140.07 -
System Red Green Blue C M Y K H S L
Decimal 173 163 76 0 0.06 0.56 0.32 53.81 0.39 0.49
Hex AD A3 4C 0 6 38 20 36 27 31
Octal 255 243 114 0 6 70 40 66 47 61
Binary 10101101 10100011 1001100 0 110 111000 100000 110110 100111 110001

Color Harmonies of #ADA34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA34C

Black with #ADA34C

Text Example


Text Example

White with #ADA34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA34C; }

 p { color: rgb(173,163,76); }

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

background-color css

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

 a { background-color: rgb(173,163,76); }

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

border-color css

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

 span { border-color: rgb(173,163,76); }

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