Html Css Color HEX #A7AC42 Brass

📋 copy color: '#A7AC42'

red 167 ◦ green 172 ◦ blue 66

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

Shades of Brass #A7AC42

Tints of Brass #A7AC42

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.47%

 BLUE value IS 66 (26.17% from 255) = 16.3%

R = 41.23%
G = 42.47%
B = 16.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#A7AC42 (or 0xA7AC42) is known color: Brass. HEX triplet: A7, AC and 42. RGB value is (167,172,66). Sum of RGB (Red+Green+Blue) = 167+172+66=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 172 - color contains mainly: green. Hex color #A7AC42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AC42 is #5853BD. Grayscale: #9E9E9E. Windows color (decimal): -5788606 or 4369575. OLE color: 4369575.

HSL color Cylindrical-coordinate representation of color #A7AC42: hue angle of 62.83º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A7AC42 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 172 66 -
CMYK 0.03 0 0.62 0.33
HSL 62.83º 0.45% 0.47% -
HSV(B) 62.83º 0.62% 0.67% -
XYZ 31.67 38.11 10.84 -
YUV 158.42 75.84 134.12 -
System Red Green Blue C M Y K H S L
Decimal 167 172 66 0.03 0 0.62 0.33 62.83 0.45 0.47
Hex A7 AC 42 3 0 3E 21 3F 2D 2F
Octal 247 254 102 3 0 76 41 77 55 57
Binary 10100111 10101100 1000010 11 0 111110 100001 111111 101101 101111

Color Harmonies of #A7AC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AC42

Black with #A7AC42

Text Example


Text Example

White with #A7AC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AC42; }

 p { color: rgb(167,172,66); }

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

background-color css

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

 a { background-color: rgb(167,172,66); }

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

border-color css

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

 span { border-color: rgb(167,172,66); }

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