Html Css Color HEX #ACA63E Brass

📋 copy color: '#ACA63E'

red 172 ◦ green 166 ◦ blue 62

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

Shades of Brass #ACA63E

Tints of Brass #ACA63E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.5%

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

R = 43%
G = 41.5%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#ACA63E (or 0xACA63E) is known color: Brass. HEX triplet: AC, A6 and 3E. RGB value is (172,166,62). Sum of RGB (Red+Green+Blue) = 172+166+62=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA63E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA63E is #5359C1. Grayscale: #9C9C9C. Windows color (decimal): -5462466 or 4105900. OLE color: 4105900.

HSL color Cylindrical-coordinate representation of color #ACA63E: hue angle of 56.73º 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 #ACA63E is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 166 62 -
CMYK 0 0.03 0.64 0.33
HSL 56.73º 0.47% 0.46% -
HSV(B) 56.73º 0.64% 0.67% -
XYZ 31.52 36.39 9.92 -
YUV 155.94 74.99 139.46 -
System Red Green Blue C M Y K H S L
Decimal 172 166 62 0 0.03 0.64 0.33 56.73 0.47 0.46
Hex AC A6 3E 0 3 40 21 39 2F 2E
Octal 254 246 76 0 3 100 41 71 57 56
Binary 10101100 10100110 111110 0 11 1000000 100001 111001 101111 101110

Color Harmonies of #ACA63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA63E

Black with #ACA63E

Text Example


Text Example

White with #ACA63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA63E; }

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

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

background-color css

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

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

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

border-color css

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

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

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