Html Css Color HEX #ACB03E Brass

📋 copy color: '#ACB03E'

red 172 ◦ green 176 ◦ blue 62

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

Shades of Brass #ACB03E

Tints of Brass #ACB03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.12%

R = 41.95%
G = 42.93%
B = 15.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#ACB03E (or 0xACB03E) is known color: Brass. HEX triplet: AC, B0 and 3E. RGB value is (172,176,62). Sum of RGB (Red+Green+Blue) = 172+176+62=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 62 (24.61% from 255 or 15.12% from 410); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB03E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB03E is #534FC1. Grayscale: #A2A2A2. Windows color (decimal): -5459906 or 4108460. OLE color: 4108460.

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

Color convert

RGB 172 176 62 -
CMYK 0.02 0 0.65 0.31
HSL 62.11º 0.48% 0.47% -
HSV(B) 62.11º 0.65% 0.69% -
XYZ 33.41 40.17 10.55 -
YUV 161.81 71.67 135.27 -
System Red Green Blue C M Y K H S L
Decimal 172 176 62 0.02 0 0.65 0.31 62.11 0.48 0.47
Hex AC B0 3E 2 0 41 1F 3E 30 2F
Octal 254 260 76 2 0 101 37 76 60 57
Binary 10101100 10110000 111110 10 0 1000001 11111 111110 110000 101111

Color Harmonies of #ACB03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB03E

Black with #ACB03E

Text Example


Text Example

White with #ACB03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB03E; }

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

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

background-color css

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

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

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

border-color css

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

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

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