Html Css Color HEX #ABA145 Brass

📋 copy color: '#ABA145'

red 171 ◦ green 161 ◦ blue 69

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

Shades of Brass #ABA145

Tints of Brass #ABA145

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.15%

 BLUE value IS 69 (27.34% from 255) = 17.21%

R = 42.64%
G = 40.15%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#ABA145 (or 0xABA145) is known color: Brass. HEX triplet: AB, A1 and 45. RGB value is (171,161,69). Sum of RGB (Red+Green+Blue) = 171+161+69=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA145 is #545EBA. Grayscale: #999999. Windows color (decimal): -5529275 or 4563371. OLE color: 4563371.

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

Color convert

RGB 171 161 69 -
CMYK 0 0.06 0.60 0.33
HSL 54.12º 0.43% 0.47% -
HSV(B) 54.12º 0.6% 0.67% -
XYZ 30.61 34.58 10.69 -
YUV 153.5 80.31 140.48 -
System Red Green Blue C M Y K H S L
Decimal 171 161 69 0 0.06 0.60 0.33 54.12 0.43 0.47
Hex AB A1 45 0 6 3C 21 36 2A 2F
Octal 253 241 105 0 6 74 41 66 52 57
Binary 10101011 10100001 1000101 0 110 111100 100001 110110 101010 101111

Color Harmonies of #ABA145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA145

Black with #ABA145

Text Example


Text Example

White with #ABA145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA145; }

 p { color: rgb(171,161,69); }

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

background-color css

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

 a { background-color: rgb(171,161,69); }

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

border-color css

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

 span { border-color: rgb(171,161,69); }

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