Html Css Color HEX #ACB33A Brass

📋 copy color: '#ACB33A'

red 172 ◦ green 179 ◦ blue 58

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

Shades of Brass #ACB33A

Tints of Brass #ACB33A

RGB

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

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

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

R = 42.05%
G = 43.77%
B = 14.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#ACB33A (or 0xACB33A) is known color: Brass. HEX triplet: AC, B3 and 3A. RGB value is (172,179,58). Sum of RGB (Red+Green+Blue) = 172+179+58=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB33A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB33A is #534CC5. Grayscale: #A3A3A3. Windows color (decimal): -5459142 or 3847084. OLE color: 3847084.

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

Color convert

RGB 172 179 58 -
CMYK 0.04 0 0.68 0.30
HSL 63.47º 0.51% 0.46% -
HSV(B) 63.47º 0.68% 0.7% -
XYZ 33.9 41.32 10.19 -
YUV 163.11 68.68 134.34 -
System Red Green Blue C M Y K H S L
Decimal 172 179 58 0.04 0 0.68 0.30 63.47 0.51 0.46
Hex AC B3 3A 4 0 44 1E 3F 33 2E
Octal 254 263 72 4 0 104 36 77 63 56
Binary 10101100 10110011 111010 100 0 1000100 11110 111111 110011 101110

Color Harmonies of #ACB33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB33A

Black with #ACB33A

Text Example


Text Example

White with #ACB33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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