Html Css Color HEX #ABA633 Brass

📋 copy color: '#ABA633'

red 171 ◦ green 166 ◦ blue 51

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

Shades of Brass #ABA633

Tints of Brass #ABA633

RGB

 RED value IS 171 (67.19% from 255) = 44.07%

 GREEN value IS 166 (65.23% from 255) = 42.78%

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

R = 44.07%
G = 42.78%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#ABA633 (or 0xABA633) is known color: Brass. HEX triplet: AB, A6 and 33. RGB value is (171,166,51). Sum of RGB (Red+Green+Blue) = 171+166+51=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 51 (20.31% from 255 or 13.14% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA633 is #5459CC. Grayscale: #9A9A9A. Windows color (decimal): -5528013 or 3385003. OLE color: 3385003.

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

Color convert

RGB 171 166 51 -
CMYK 0 0.03 0.70 0.33
HSL 57.5º 0.54% 0.44% -
HSV(B) 57.5º 0.7% 0.67% -
XYZ 31.03 36.17 8.48 -
YUV 154.39 69.66 139.85 -
System Red Green Blue C M Y K H S L
Decimal 171 166 51 0 0.03 0.70 0.33 57.5 0.54 0.44
Hex AB A6 33 0 3 46 21 3A 36 2C
Octal 253 246 63 0 3 106 41 72 66 54
Binary 10101011 10100110 110011 0 11 1000110 100001 111010 110110 101100

Color Harmonies of #ABA633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA633

Black with #ABA633

Text Example


Text Example

White with #ABA633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA633; }

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

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

background-color css

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

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

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

border-color css

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

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

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