Html Css Color HEX #ACA33A Brass

📋 copy color: '#ACA33A'

red 172 ◦ green 163 ◦ blue 58

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

Shades of Brass #ACA33A

Tints of Brass #ACA33A

RGB

 RED value IS 172 (67.58% from 255) = 43.77%

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

 BLUE value IS 58 (23.05% from 255) = 14.76%

R = 43.77%
G = 41.48%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#ACA33A (or 0xACA33A) is known color: Brass. HEX triplet: AC, A3 and 3A. RGB value is (172,163,58). Sum of RGB (Red+Green+Blue) = 172+163+58=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA33A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA33A is #535CC5. Grayscale: #9A9A9A. Windows color (decimal): -5463238 or 3842988. OLE color: 3842988.

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

Color convert

RGB 172 163 58 -
CMYK 0 0.05 0.66 0.33
HSL 55.26º 0.5% 0.45% -
HSV(B) 55.26º 0.66% 0.67% -
XYZ 30.87 35.27 9.18 -
YUV 153.72 73.98 141.04 -
System Red Green Blue C M Y K H S L
Decimal 172 163 58 0 0.05 0.66 0.33 55.26 0.5 0.45
Hex AC A3 3A 0 5 42 21 37 32 2D
Octal 254 243 72 0 5 102 41 67 62 55
Binary 10101100 10100011 111010 0 101 1000010 100001 110111 110010 101101

Color Harmonies of #ACA33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA33A

Black with #ACA33A

Text Example


Text Example

White with #ACA33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA33A; }

 p { color: rgb(172,163,58); }

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

background-color css

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

 a { background-color: rgb(172,163,58); }

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

border-color css

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

 span { border-color: rgb(172,163,58); }

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