Html Css Color HEX #ACA33E Brass

📋 copy color: '#ACA33E'

red 172 ◦ green 163 ◦ blue 62

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

Shades of Brass #ACA33E

Tints of Brass #ACA33E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.62%

R = 43.32%
G = 41.06%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#ACA33E (or 0xACA33E) is known color: Brass. HEX triplet: AC, A3 and 3E. RGB value is (172,163,62). Sum of RGB (Red+Green+Blue) = 172+163+62=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA33E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA33E is #535CC1. Grayscale: #9A9A9A. Windows color (decimal): -5463234 or 4105132. OLE color: 4105132.

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

Color convert

RGB 172 163 62 -
CMYK 0 0.05 0.64 0.33
HSL 55.09º 0.47% 0.46% -
HSV(B) 55.09º 0.64% 0.67% -
XYZ 30.98 35.31 9.74 -
YUV 154.18 75.98 140.71 -
System Red Green Blue C M Y K H S L
Decimal 172 163 62 0 0.05 0.64 0.33 55.09 0.47 0.46
Hex AC A3 3E 0 5 40 21 37 2F 2E
Octal 254 243 76 0 5 100 41 67 57 56
Binary 10101100 10100011 111110 0 101 1000000 100001 110111 101111 101110

Color Harmonies of #ACA33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA33E

Black with #ACA33E

Text Example


Text Example

White with #ACA33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA33E; }

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

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

background-color css

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

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

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

border-color css

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

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

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