Html Css Color HEX #ACB03B Brass

📋 copy color: '#ACB03B'

red 172 ◦ green 176 ◦ blue 59

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

Shades of Brass #ACB03B

Tints of Brass #ACB03B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.5%

R = 42.26%
G = 43.24%
B = 14.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#ACB03B (or 0xACB03B) is known color: Brass. HEX triplet: AC, B0 and 3B. RGB value is (172,176,59). Sum of RGB (Red+Green+Blue) = 172+176+59=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 59 (23.44% from 255 or 14.50% from 407); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB03B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB03B is #534FC4. Grayscale: #A1A1A1. Windows color (decimal): -5459909 or 3911852. OLE color: 3911852.

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

Color convert

RGB 172 176 59 -
CMYK 0.02 0 0.66 0.31
HSL 62.05º 0.5% 0.46% -
HSV(B) 62.05º 0.66% 0.69% -
XYZ 33.33 40.14 10.13 -
YUV 161.47 70.17 135.51 -
System Red Green Blue C M Y K H S L
Decimal 172 176 59 0.02 0 0.66 0.31 62.05 0.5 0.46
Hex AC B0 3B 2 0 42 1F 3E 32 2E
Octal 254 260 73 2 0 102 37 76 62 56
Binary 10101100 10110000 111011 10 0 1000010 11111 111110 110010 101110

Color Harmonies of #ACB03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB03B

Black with #ACB03B

Text Example


Text Example

White with #ACB03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB03B; }

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

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

background-color css

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

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

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

border-color css

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

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

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