Html Css Color HEX #A7AD34 Brass

📋 copy color: '#A7AD34'

red 167 ◦ green 173 ◦ blue 52

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

Shades of Brass #A7AD34

Tints of Brass #A7AD34

RGB

 RED value IS 167 (65.63% from 255) = 42.6%

 GREEN value IS 173 (67.97% from 255) = 44.13%

 BLUE value IS 52 (20.7% from 255) = 13.27%

R = 42.6%
G = 44.13%
B = 13.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#A7AD34 (or 0xA7AD34) is known color: Brass. HEX triplet: A7, AD and 34. RGB value is (167,173,52). Sum of RGB (Red+Green+Blue) = 167+173+52=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AD34 is #5852CB. Grayscale: #9D9D9D. Windows color (decimal): -5788364 or 3452327. OLE color: 3452327.

HSL color Cylindrical-coordinate representation of color #A7AD34: hue angle of 62.98º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A7AD34 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 173 52 -
CMYK 0.03 0 0.70 0.32
HSL 62.98º 0.54% 0.44% -
HSV(B) 62.98º 0.7% 0.68% -
XYZ 31.5 38.35 8.99 -
YUV 157.41 68.51 134.84 -
System Red Green Blue C M Y K H S L
Decimal 167 173 52 0.03 0 0.70 0.32 62.98 0.54 0.44
Hex A7 AD 34 3 0 46 20 3F 36 2C
Octal 247 255 64 3 0 106 40 77 66 54
Binary 10100111 10101101 110100 11 0 1000110 100000 111111 110110 101100

Color Harmonies of #A7AD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AD34

Black with #A7AD34

Text Example


Text Example

White with #A7AD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AD34; }

 p { color: rgb(167,173,52); }

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

background-color css

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

 a { background-color: rgb(167,173,52); }

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

border-color css

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

 span { border-color: rgb(167,173,52); }

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