Html Css Color HEX #ACB334 Brass

📋 copy color: '#ACB334'

red 172 ◦ green 179 ◦ blue 52

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

Shades of Brass #ACB334

Tints of Brass #ACB334

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.42%

 BLUE value IS 52 (20.7% from 255) = 12.9%

R = 42.68%
G = 44.42%
B = 12.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#ACB334 (or 0xACB334) is known color: Brass. HEX triplet: AC, B3 and 34. RGB value is (172,179,52). Sum of RGB (Red+Green+Blue) = 172+179+52=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB334 is #534CCB. Grayscale: #A2A2A2. Windows color (decimal): -5459148 or 3453868. OLE color: 3453868.

HSL color Cylindrical-coordinate representation of color #ACB334: hue angle of 63.31º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACB334 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 52 -
CMYK 0.04 0 0.71 0.30
HSL 63.31º 0.55% 0.45% -
HSV(B) 63.31º 0.71% 0.7% -
XYZ 33.75 41.26 9.43 -
YUV 162.43 65.68 134.83 -
System Red Green Blue C M Y K H S L
Decimal 172 179 52 0.04 0 0.71 0.30 63.31 0.55 0.45
Hex AC B3 34 4 0 47 1E 3F 37 2D
Octal 254 263 64 4 0 107 36 77 67 55
Binary 10101100 10110011 110100 100 0 1000111 11110 111111 110111 101101

Color Harmonies of #ACB334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB334

Black with #ACB334

Text Example


Text Example

White with #ACB334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB334; }

 p { color: rgb(172,179,52); }

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

background-color css

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

 a { background-color: rgb(172,179,52); }

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

border-color css

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

 span { border-color: rgb(172,179,52); }

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