Html Css Color HEX #A4AA35 Brass

📋 copy color: '#A4AA35'

red 164 ◦ green 170 ◦ blue 53

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

Shades of Brass #A4AA35

Tints of Brass #A4AA35

RGB

 RED value IS 164 (64.45% from 255) = 42.38%

 GREEN value IS 170 (66.8% from 255) = 43.93%

 BLUE value IS 53 (21.09% from 255) = 13.7%

R = 42.38%
G = 43.93%
B = 13.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#A4AA35 (or 0xA4AA35) is known color: Brass. HEX triplet: A4, AA and 35. RGB value is (164,170,53). Sum of RGB (Red+Green+Blue) = 164+170+53=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AA35 is #5B55CA. Grayscale: #9B9B9B. Windows color (decimal): -5985739 or 3517092. OLE color: 3517092.

HSL color Cylindrical-coordinate representation of color #A4AA35: hue angle of 63.08º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A4AA35 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 170 53 -
CMYK 0.04 0 0.69 0.33
HSL 63.08º 0.52% 0.44% -
HSV(B) 63.08º 0.69% 0.67% -
XYZ 30.33 36.9 8.89 -
YUV 154.87 70.51 134.51 -
System Red Green Blue C M Y K H S L
Decimal 164 170 53 0.04 0 0.69 0.33 63.08 0.52 0.44
Hex A4 AA 35 4 0 45 21 3F 34 2C
Octal 244 252 65 4 0 105 41 77 64 54
Binary 10100100 10101010 110101 100 0 1000101 100001 111111 110100 101100

Color Harmonies of #A4AA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AA35

Black with #A4AA35

Text Example


Text Example

White with #A4AA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AA35; }

 p { color: rgb(164,170,53); }

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

background-color css

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

 a { background-color: rgb(164,170,53); }

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

border-color css

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

 span { border-color: rgb(164,170,53); }

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