Html Css Color HEX #ACAB43 Brass

📋 copy color: '#ACAB43'

red 172 ◦ green 171 ◦ blue 67

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

Shades of Brass #ACAB43

Tints of Brass #ACAB43

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.71%

 BLUE value IS 67 (26.56% from 255) = 16.34%

R = 41.95%
G = 41.71%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#ACAB43 (or 0xACAB43) is known color: Brass. HEX triplet: AC, AB and 43. RGB value is (172,171,67). Sum of RGB (Red+Green+Blue) = 172+171+67=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 67 (26.56% from 255 or 16.34% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAB43 is #5354BC. Grayscale: #9F9F9F. Windows color (decimal): -5461181 or 4434860. OLE color: 4434860.

HSL color Cylindrical-coordinate representation of color #ACAB43: hue angle of 59.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACAB43 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 171 67 -
CMYK 0 0.01 0.61 0.33
HSL 59.43º 0.44% 0.47% -
HSV(B) 59.43º 0.61% 0.67% -
XYZ 32.59 38.3 10.99 -
YUV 159.44 75.83 136.96 -
System Red Green Blue C M Y K H S L
Decimal 172 171 67 0 0.01 0.61 0.33 59.43 0.44 0.47
Hex AC AB 43 0 1 3D 21 3B 2C 2F
Octal 254 253 103 0 1 75 41 73 54 57
Binary 10101100 10101011 1000011 0 1 111101 100001 111011 101100 101111

Color Harmonies of #ACAB43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB43

Black with #ACAB43

Text Example


Text Example

White with #ACAB43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB43; }

 p { color: rgb(172,171,67); }

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

background-color css

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

 a { background-color: rgb(172,171,67); }

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

border-color css

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

 span { border-color: rgb(172,171,67); }

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