Html Css Color HEX #A3AB45 Brass

📋 copy color: '#A3AB45'

red 163 ◦ green 171 ◦ blue 69

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

Shades of Brass #A3AB45

Tints of Brass #A3AB45

RGB

 RED value IS 163 (64.06% from 255) = 40.45%

 GREEN value IS 171 (67.19% from 255) = 42.43%

 BLUE value IS 69 (27.34% from 255) = 17.12%

R = 40.45%
G = 42.43%
B = 17.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#A3AB45 (or 0xA3AB45) is known color: Brass. HEX triplet: A3, AB and 45. RGB value is (163,171,69). Sum of RGB (Red+Green+Blue) = 163+171+69=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AB45 is #5C54BA. Grayscale: #9D9D9D. Windows color (decimal): -6051003 or 4565923. OLE color: 4565923.

HSL color Cylindrical-coordinate representation of color #A3AB45: hue angle of 64.71º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A3AB45 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 171 69 -
CMYK 0.05 0 0.60 0.33
HSL 64.71º 0.43% 0.47% -
HSV(B) 64.71º 0.6% 0.67% -
XYZ 30.74 37.34 11.22 -
YUV 156.98 78.35 132.29 -
System Red Green Blue C M Y K H S L
Decimal 163 171 69 0.05 0 0.60 0.33 64.71 0.43 0.47
Hex A3 AB 45 5 0 3C 21 41 2A 2F
Octal 243 253 105 5 0 74 41 101 52 57
Binary 10100011 10101011 1000101 101 0 111100 100001 1000001 101010 101111

Color Harmonies of #A3AB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AB45

Black with #A3AB45

Text Example


Text Example

White with #A3AB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AB45; }

 p { color: rgb(163,171,69); }

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

background-color css

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

 a { background-color: rgb(163,171,69); }

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

border-color css

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

 span { border-color: rgb(163,171,69); }

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