Html Css Color HEX #ACB23C Brass

📋 copy color: '#ACB23C'

red 172 ◦ green 178 ◦ blue 60

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

Shades of Brass #ACB23C

Tints of Brass #ACB23C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.41%

 BLUE value IS 60 (23.83% from 255) = 14.63%

R = 41.95%
G = 43.41%
B = 14.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#ACB23C (or 0xACB23C) is known color: Brass. HEX triplet: AC, B2 and 3C. RGB value is (172,178,60). Sum of RGB (Red+Green+Blue) = 172+178+60=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB23C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB23C is #534DC3. Grayscale: #A3A3A3. Windows color (decimal): -5459396 or 3977900. OLE color: 3977900.

HSL color Cylindrical-coordinate representation of color #ACB23C: hue angle of 63.05º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACB23C is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 178 60 -
CMYK 0.03 0 0.66 0.30
HSL 63.05º 0.5% 0.47% -
HSV(B) 63.05º 0.66% 0.7% -
XYZ 33.75 40.94 10.4 -
YUV 162.75 70.01 134.59 -
System Red Green Blue C M Y K H S L
Decimal 172 178 60 0.03 0 0.66 0.30 63.05 0.5 0.47
Hex AC B2 3C 3 0 42 1E 3F 32 2F
Octal 254 262 74 3 0 102 36 77 62 57
Binary 10101100 10110010 111100 11 0 1000010 11110 111111 110010 101111

Color Harmonies of #ACB23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB23C

Black with #ACB23C

Text Example


Text Example

White with #ACB23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB23C; }

 p { color: rgb(172,178,60); }

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

background-color css

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

 a { background-color: rgb(172,178,60); }

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

border-color css

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

 span { border-color: rgb(172,178,60); }

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