Html Css Color HEX #ABA944 Brass

📋 copy color: '#ABA944'

red 171 ◦ green 169 ◦ blue 68

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

Shades of Brass #ABA944

Tints of Brass #ABA944

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.42%

 BLUE value IS 68 (26.95% from 255) = 16.67%

R = 41.91%
G = 41.42%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#ABA944 (or 0xABA944) is known color: Brass. HEX triplet: AB, A9 and 44. RGB value is (171,169,68). Sum of RGB (Red+Green+Blue) = 171+169+68=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 68 (26.95% from 255 or 16.67% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA944 is #5456BB. Grayscale: #9E9E9E. Windows color (decimal): -5527228 or 4499883. OLE color: 4499883.

HSL color Cylindrical-coordinate representation of color #ABA944: hue angle of 58.83º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABA944 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 169 68 -
CMYK 0 0.01 0.60 0.33
HSL 58.83º 0.43% 0.47% -
HSV(B) 58.83º 0.6% 0.67% -
XYZ 32.03 37.45 11.01 -
YUV 158.08 77.16 137.21 -
System Red Green Blue C M Y K H S L
Decimal 171 169 68 0 0.01 0.60 0.33 58.83 0.43 0.47
Hex AB A9 44 0 1 3C 21 3B 2B 2F
Octal 253 251 104 0 1 74 41 73 53 57
Binary 10101011 10101001 1000100 0 1 111100 100001 111011 101011 101111

Color Harmonies of #ABA944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA944

Black with #ABA944

Text Example


Text Example

White with #ABA944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA944; }

 p { color: rgb(171,169,68); }

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

background-color css

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

 a { background-color: rgb(171,169,68); }

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

border-color css

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

 span { border-color: rgb(171,169,68); }

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