Html Css Color HEX #ACB043 Brass

📋 copy color: '#ACB043'

red 172 ◦ green 176 ◦ blue 67

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

Shades of Brass #ACB043

Tints of Brass #ACB043

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.41%

 BLUE value IS 67 (26.56% from 255) = 16.14%

R = 41.45%
G = 42.41%
B = 16.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#ACB043 (or 0xACB043) is known color: Brass. HEX triplet: AC, B0 and 43. RGB value is (172,176,67). Sum of RGB (Red+Green+Blue) = 172+176+67=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 67 (26.56% from 255 or 16.14% from 415); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB043 is #534FBC. Grayscale: #A2A2A2. Windows color (decimal): -5459901 or 4436140. OLE color: 4436140.

HSL color Cylindrical-coordinate representation of color #ACB043: hue angle of 62.2º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACB043 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 67 -
CMYK 0.02 0 0.62 0.31
HSL 62.2º 0.45% 0.48% -
HSV(B) 62.2º 0.62% 0.69% -
XYZ 33.55 40.23 11.31 -
YUV 162.38 74.17 134.86 -
System Red Green Blue C M Y K H S L
Decimal 172 176 67 0.02 0 0.62 0.31 62.2 0.45 0.48
Hex AC B0 43 2 0 3E 1F 3E 2D 30
Octal 254 260 103 2 0 76 37 76 55 60
Binary 10101100 10110000 1000011 10 0 111110 11111 111110 101101 110000

Color Harmonies of #ACB043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB043

Black with #ACB043

Text Example


Text Example

White with #ACB043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB043; }

 p { color: rgb(172,176,67); }

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

background-color css

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

 a { background-color: rgb(172,176,67); }

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

border-color css

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

 span { border-color: rgb(172,176,67); }

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