Html Css Color HEX #ACB038 Brass

📋 copy color: '#ACB038'

red 172 ◦ green 176 ◦ blue 56

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

Shades of Brass #ACB038

Tints of Brass #ACB038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.86%

R = 42.57%
G = 43.56%
B = 13.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#ACB038 (or 0xACB038) is known color: Brass. HEX triplet: AC, B0 and 38. RGB value is (172,176,56). Sum of RGB (Red+Green+Blue) = 172+176+56=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 56 (22.27% from 255 or 13.86% from 404); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB038 is #534FC7. Grayscale: #A1A1A1. Windows color (decimal): -5459912 or 3715244. OLE color: 3715244.

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

Color convert

RGB 172 176 56 -
CMYK 0.02 0 0.68 0.31
HSL 62º 0.52% 0.45% -
HSV(B) 62º 0.68% 0.69% -
XYZ 33.25 40.11 9.73 -
YUV 161.12 68.67 135.76 -
System Red Green Blue C M Y K H S L
Decimal 172 176 56 0.02 0 0.68 0.31 62 0.52 0.45
Hex AC B0 38 2 0 44 1F 3E 34 2D
Octal 254 260 70 2 0 104 37 76 64 55
Binary 10101100 10110000 111000 10 0 1000100 11111 111110 110100 101101

Color Harmonies of #ACB038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB038

Black with #ACB038

Text Example


Text Example

White with #ACB038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB038; }

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

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

background-color css

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

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

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

border-color css

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

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

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