Html Css Color HEX #ABA748 Brass

📋 copy color: '#ABA748'

red 171 ◦ green 167 ◦ blue 72

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

Shades of Brass #ABA748

Tints of Brass #ABA748

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.73%

 BLUE value IS 72 (28.52% from 255) = 17.56%

R = 41.71%
G = 40.73%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#ABA748 (or 0xABA748) is known color: Brass. HEX triplet: AB, A7 and 48. RGB value is (171,167,72). Sum of RGB (Red+Green+Blue) = 171+167+72=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA748 is #5458B7. Grayscale: #9D9D9D. Windows color (decimal): -5527736 or 4761515. OLE color: 4761515.

HSL color Cylindrical-coordinate representation of color #ABA748: hue angle of 57.58º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ABA748 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 167 72 -
CMYK 0 0.02 0.58 0.33
HSL 57.58º 0.41% 0.48% -
HSV(B) 57.58º 0.58% 0.67% -
XYZ 31.78 36.76 11.55 -
YUV 157.37 79.83 137.72 -
System Red Green Blue C M Y K H S L
Decimal 171 167 72 0 0.02 0.58 0.33 57.58 0.41 0.48
Hex AB A7 48 0 2 3A 21 3A 29 30
Octal 253 247 110 0 2 72 41 72 51 60
Binary 10101011 10100111 1001000 0 10 111010 100001 111010 101001 110000

Color Harmonies of #ABA748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA748

Black with #ABA748

Text Example


Text Example

White with #ABA748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA748; }

 p { color: rgb(171,167,72); }

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

background-color css

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

 a { background-color: rgb(171,167,72); }

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

border-color css

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

 span { border-color: rgb(171,167,72); }

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