Html Css Color HEX #A8AC33 Brass

📋 copy color: '#A8AC33'

red 168 ◦ green 172 ◦ blue 51

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

Shades of Brass #A8AC33

Tints of Brass #A8AC33

RGB

 RED value IS 168 (66.02% from 255) = 42.97%

 GREEN value IS 172 (67.58% from 255) = 43.99%

 BLUE value IS 51 (20.31% from 255) = 13.04%

R = 42.97%
G = 43.99%
B = 13.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#A8AC33 (or 0xA8AC33) is known color: Brass. HEX triplet: A8, AC and 33. RGB value is (168,172,51). Sum of RGB (Red+Green+Blue) = 168+172+51=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 51 (20.31% from 255 or 13.04% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AC33 is #5753CC. Grayscale: #9D9D9D. Windows color (decimal): -5723085 or 3386536. OLE color: 3386536.

HSL color Cylindrical-coordinate representation of color #A8AC33: hue angle of 61.98º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8AC33 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 172 51 -
CMYK 0.02 0 0.70 0.33
HSL 61.98º 0.54% 0.44% -
HSV(B) 61.98º 0.7% 0.67% -
XYZ 31.5 38.07 8.82 -
YUV 157.01 68.17 135.84 -
System Red Green Blue C M Y K H S L
Decimal 168 172 51 0.02 0 0.70 0.33 61.98 0.54 0.44
Hex A8 AC 33 2 0 46 21 3E 36 2C
Octal 250 254 63 2 0 106 41 76 66 54
Binary 10101000 10101100 110011 10 0 1000110 100001 111110 110110 101100

Color Harmonies of #A8AC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AC33

Black with #A8AC33

Text Example


Text Example

White with #A8AC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AC33; }

 p { color: rgb(168,172,51); }

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

background-color css

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

 a { background-color: rgb(168,172,51); }

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

border-color css

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

 span { border-color: rgb(168,172,51); }

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