Html Css Color HEX #ABAF46 Brass

📋 copy color: '#ABAF46'

red 171 ◦ green 175 ◦ blue 70

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

Shades of Brass #ABAF46

Tints of Brass #ABAF46

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.07%

 BLUE value IS 70 (27.73% from 255) = 16.83%

R = 41.11%
G = 42.07%
B = 16.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#ABAF46 (or 0xABAF46) is known color: Brass. HEX triplet: AB, AF and 46. RGB value is (171,175,70). Sum of RGB (Red+Green+Blue) = 171+175+70=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 70 (27.73% from 255 or 16.83% from 416); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAF46 is #5450B9. Grayscale: #A2A2A2. Windows color (decimal): -5525690 or 4632491. OLE color: 4632491.

HSL color Cylindrical-coordinate representation of color #ABAF46: hue angle of 62.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABAF46 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 175 70 -
CMYK 0.02 0 0.60 0.31
HSL 62.29º 0.43% 0.48% -
HSV(B) 62.29º 0.6% 0.69% -
XYZ 33.23 39.76 11.72 -
YUV 161.83 76.17 134.54 -
System Red Green Blue C M Y K H S L
Decimal 171 175 70 0.02 0 0.60 0.31 62.29 0.43 0.48
Hex AB AF 46 2 0 3C 1F 3E 2B 30
Octal 253 257 106 2 0 74 37 76 53 60
Binary 10101011 10101111 1000110 10 0 111100 11111 111110 101011 110000

Color Harmonies of #ABAF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF46

Black with #ABAF46

Text Example


Text Example

White with #ABAF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF46; }

 p { color: rgb(171,175,70); }

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

background-color css

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

 a { background-color: rgb(171,175,70); }

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

border-color css

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

 span { border-color: rgb(171,175,70); }

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