Html Css Color HEX #ACB23A Brass

📋 copy color: '#ACB23A'

red 172 ◦ green 178 ◦ blue 58

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

Shades of Brass #ACB23A

Tints of Brass #ACB23A

RGB

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

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

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

R = 42.16%
G = 43.63%
B = 14.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#ACB23A (or 0xACB23A) is known color: Brass. HEX triplet: AC, B2 and 3A. RGB value is (172,178,58). Sum of RGB (Red+Green+Blue) = 172+178+58=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 58 (23.05% from 255 or 14.22% from 408); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB23A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB23A is #534DC5. Grayscale: #A3A3A3. Windows color (decimal): -5459398 or 3846828. OLE color: 3846828.

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

Color convert

RGB 172 178 58 -
CMYK 0.03 0 0.67 0.30
HSL 63º 0.51% 0.46% -
HSV(B) 63º 0.67% 0.7% -
XYZ 33.7 40.92 10.12 -
YUV 162.53 69.01 134.76 -
System Red Green Blue C M Y K H S L
Decimal 172 178 58 0.03 0 0.67 0.30 63 0.51 0.46
Hex AC B2 3A 3 0 43 1E 3F 33 2E
Octal 254 262 72 3 0 103 36 77 63 56
Binary 10101100 10110010 111010 11 0 1000011 11110 111111 110011 101110

Color Harmonies of #ACB23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB23A

Black with #ACB23A

Text Example


Text Example

White with #ACB23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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