Html Css Color HEX #ACB238 Brass

📋 copy color: '#ACB238'

red 172 ◦ green 178 ◦ blue 56

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

Shades of Brass #ACB238

Tints of Brass #ACB238

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.84%

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

R = 42.36%
G = 43.84%
B = 13.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#ACB238 (or 0xACB238) is known color: Brass. HEX triplet: AC, B2 and 38. RGB value is (172,178,56). Sum of RGB (Red+Green+Blue) = 172+178+56=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 56 (22.27% from 255 or 13.79% from 406); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB238 is #534DC7. Grayscale: #A2A2A2. Windows color (decimal): -5459400 or 3715756. OLE color: 3715756.

HSL color Cylindrical-coordinate representation of color #ACB238: hue angle of 62.95º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACB238 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 178 56 -
CMYK 0.03 0 0.69 0.30
HSL 62.95º 0.52% 0.46% -
HSV(B) 62.95º 0.69% 0.7% -
XYZ 33.65 40.9 9.86 -
YUV 162.3 68.01 134.92 -
System Red Green Blue C M Y K H S L
Decimal 172 178 56 0.03 0 0.69 0.30 62.95 0.52 0.46
Hex AC B2 38 3 0 45 1E 3F 34 2E
Octal 254 262 70 3 0 105 36 77 64 56
Binary 10101100 10110010 111000 11 0 1000101 11110 111111 110100 101110

Color Harmonies of #ACB238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB238

Black with #ACB238

Text Example


Text Example

White with #ACB238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB238; }

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

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

background-color css

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

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

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

border-color css

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

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

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