Html Css Color HEX #ACB13D Brass

📋 copy color: '#ACB13D'

red 172 ◦ green 177 ◦ blue 61

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

Shades of Brass #ACB13D

Tints of Brass #ACB13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.88%

R = 41.95%
G = 43.17%
B = 14.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#ACB13D (or 0xACB13D) is known color: Brass. HEX triplet: AC, B1 and 3D. RGB value is (172,177,61). Sum of RGB (Red+Green+Blue) = 172+177+61=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB13D is #534EC2. Grayscale: #A2A2A2. Windows color (decimal): -5459651 or 4043180. OLE color: 4043180.

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

Color convert

RGB 172 177 61 -
CMYK 0.03 0 0.66 0.31
HSL 62.59º 0.49% 0.47% -
HSV(B) 62.59º 0.66% 0.69% -
XYZ 33.58 40.55 10.47 -
YUV 162.28 70.84 134.93 -
System Red Green Blue C M Y K H S L
Decimal 172 177 61 0.03 0 0.66 0.31 62.59 0.49 0.47
Hex AC B1 3D 3 0 42 1F 3F 31 2F
Octal 254 261 75 3 0 102 37 77 61 57
Binary 10101100 10110001 111101 11 0 1000010 11111 111111 110001 101111

Color Harmonies of #ACB13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB13D

Black with #ACB13D

Text Example


Text Example

White with #ACB13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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