Html Css Color HEX #A7A533 Brass

📋 copy color: '#A7A533'

red 167 ◦ green 165 ◦ blue 51

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

Shades of Brass #A7A533

Tints of Brass #A7A533

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.08%

 BLUE value IS 51 (20.31% from 255) = 13.32%

R = 43.6%
G = 43.08%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A7A533 (or 0xA7A533) is known color: Brass. HEX triplet: A7, A5 and 33. RGB value is (167,165,51). Sum of RGB (Red+Green+Blue) = 167+165+51=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A533 is #585ACC. Grayscale: #999999. Windows color (decimal): -5790413 or 3384743. OLE color: 3384743.

HSL color Cylindrical-coordinate representation of color #A7A533: hue angle of 58.97º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A7A533 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 165 51 -
CMYK 0 0.01 0.69 0.35
HSL 58.97º 0.53% 0.43% -
HSV(B) 58.97º 0.69% 0.65% -
XYZ 29.99 35.36 8.38 -
YUV 152.6 70.66 138.27 -
System Red Green Blue C M Y K H S L
Decimal 167 165 51 0 0.01 0.69 0.35 58.97 0.53 0.43
Hex A7 A5 33 0 1 45 23 3B 35 2B
Octal 247 245 63 0 1 105 43 73 65 53
Binary 10100111 10100101 110011 0 1 1000101 100011 111011 110101 101011

Color Harmonies of #A7A533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A533

Black with #A7A533

Text Example


Text Example

White with #A7A533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A533; }

 p { color: rgb(167,165,51); }

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

background-color css

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

 a { background-color: rgb(167,165,51); }

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

border-color css

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

 span { border-color: rgb(167,165,51); }

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