Html Css Color HEX #A3B036 Brass

📋 copy color: '#A3B036'

red 163 ◦ green 176 ◦ blue 54

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

Shades of Brass #A3B036

Tints of Brass #A3B036

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.78%

 BLUE value IS 54 (21.48% from 255) = 13.74%

R = 41.48%
G = 44.78%
B = 13.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#A3B036 (or 0xA3B036) is known color: Brass. HEX triplet: A3, B0 and 36. RGB value is (163,176,54). Sum of RGB (Red+Green+Blue) = 163+176+54=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 54 (21.48% from 255 or 13.74% from 393); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3B036 is #5C4FC9. Grayscale: #9E9E9E. Windows color (decimal): -6049738 or 3584163. OLE color: 3584163.

HSL color Cylindrical-coordinate representation of color #A3B036: hue angle of 66.39º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A3B036 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 176 54 -
CMYK 0.07 0 0.69 0.31
HSL 66.39º 0.53% 0.45% -
HSV(B) 66.39º 0.69% 0.69% -
XYZ 31.3 39.1 9.39 -
YUV 158.21 69.19 131.42 -
System Red Green Blue C M Y K H S L
Decimal 163 176 54 0.07 0 0.69 0.31 66.39 0.53 0.45
Hex A3 B0 36 7 0 45 1F 42 35 2D
Octal 243 260 66 7 0 105 37 102 65 55
Binary 10100011 10110000 110110 111 0 1000101 11111 1000010 110101 101101

Color Harmonies of #A3B036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B036

Black with #A3B036

Text Example


Text Example

White with #A3B036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B036; }

 p { color: rgb(163,176,54); }

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

background-color css

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

 a { background-color: rgb(163,176,54); }

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

border-color css

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

 span { border-color: rgb(163,176,54); }

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