Html Css Color HEX #A8AD33 Brass

📋 copy color: '#A8AD33'

red 168 ◦ green 173 ◦ blue 51

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

Shades of Brass #A8AD33

Tints of Brass #A8AD33

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.13%

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

R = 42.86%
G = 44.13%
B = 13.01%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#A8AD33 (or 0xA8AD33) is known color: Brass. HEX triplet: A8, AD and 33. RGB value is (168,173,51). Sum of RGB (Red+Green+Blue) = 168+173+51=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 51 (20.31% from 255 or 13.01% from 392); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AD33 is #5752CC. Grayscale: #9E9E9E. Windows color (decimal): -5722829 or 3386792. OLE color: 3386792.

HSL color Cylindrical-coordinate representation of color #A8AD33: hue angle of 62.46º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8AD33 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 173 51 -
CMYK 0.03 0 0.71 0.32
HSL 62.46º 0.54% 0.44% -
HSV(B) 62.46º 0.71% 0.68% -
XYZ 31.69 38.45 8.88 -
YUV 157.6 67.84 135.42 -
System Red Green Blue C M Y K H S L
Decimal 168 173 51 0.03 0 0.71 0.32 62.46 0.54 0.44
Hex A8 AD 33 3 0 47 20 3E 36 2C
Octal 250 255 63 3 0 107 40 76 66 54
Binary 10101000 10101101 110011 11 0 1000111 100000 111110 110110 101100

Color Harmonies of #A8AD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AD33

Black with #A8AD33

Text Example


Text Example

White with #A8AD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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