Html Css Color HEX #A8AB33 Brass

📋 copy color: '#A8AB33'

red 168 ◦ green 171 ◦ blue 51

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

Shades of Brass #A8AB33

Tints of Brass #A8AB33

RGB

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

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

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

R = 43.08%
G = 43.85%
B = 13.08%

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

#A8AB33 (or 0xA8AB33) is known color: Brass. HEX triplet: A8, AB and 33. RGB value is (168,171,51). Sum of RGB (Red+Green+Blue) = 168+171+51=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AB33 is #5754CC. Grayscale: #9C9C9C. Windows color (decimal): -5723341 or 3386280. OLE color: 3386280.

HSL color Cylindrical-coordinate representation of color #A8AB33: hue angle of 61.5º 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 #A8AB33 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 171 51 -
CMYK 0.02 0 0.70 0.33
HSL 61.5º 0.54% 0.44% -
HSV(B) 61.5º 0.7% 0.67% -
XYZ 31.31 37.69 8.76 -
YUV 156.42 68.51 136.26 -
System Red Green Blue C M Y K H S L
Decimal 168 171 51 0.02 0 0.70 0.33 61.5 0.54 0.44
Hex A8 AB 33 2 0 46 21 3E 36 2C
Octal 250 253 63 2 0 106 41 76 66 54
Binary 10101000 10101011 110011 10 0 1000110 100001 111110 110110 101100

Color Harmonies of #A8AB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AB33

Black with #A8AB33

Text Example


Text Example

White with #A8AB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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