Html Css Color HEX #ACB13E Brass

📋 copy color: '#ACB13E'

red 172 ◦ green 177 ◦ blue 62

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

Shades of Brass #ACB13E

Tints of Brass #ACB13E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.07%

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

R = 41.85%
G = 43.07%
B = 15.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#ACB13E (or 0xACB13E) is known color: Brass. HEX triplet: AC, B1 and 3E. RGB value is (172,177,62). Sum of RGB (Red+Green+Blue) = 172+177+62=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB13E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB13E is #534EC1. Grayscale: #A2A2A2. Windows color (decimal): -5459650 or 4108716. OLE color: 4108716.

HSL color Cylindrical-coordinate representation of color #ACB13E: hue angle of 62.61º 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 #ACB13E is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 62 -
CMYK 0.03 0 0.65 0.31
HSL 62.61º 0.48% 0.47% -
HSV(B) 62.61º 0.65% 0.69% -
XYZ 33.6 40.56 10.62 -
YUV 162.4 71.34 134.85 -
System Red Green Blue C M Y K H S L
Decimal 172 177 62 0.03 0 0.65 0.31 62.61 0.48 0.47
Hex AC B1 3E 3 0 41 1F 3F 30 2F
Octal 254 261 76 3 0 101 37 77 60 57
Binary 10101100 10110001 111110 11 0 1000001 11111 111111 110000 101111

Color Harmonies of #ACB13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB13E

Black with #ACB13E

Text Example


Text Example

White with #ACB13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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