Html Css Color HEX #ABAF3C Brass

📋 copy color: '#ABAF3C'

red 171 ◦ green 175 ◦ blue 60

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

Shades of Brass #ABAF3C

Tints of Brass #ABAF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.78%

R = 42.12%
G = 43.1%
B = 14.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#ABAF3C (or 0xABAF3C) is known color: Brass. HEX triplet: AB, AF and 3C. RGB value is (171,175,60). Sum of RGB (Red+Green+Blue) = 171+175+60=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAF3C is #5450C3. Grayscale: #A1A1A1. Windows color (decimal): -5525700 or 3977131. OLE color: 3977131.

HSL color Cylindrical-coordinate representation of color #ABAF3C: hue angle of 62.09º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ABAF3C is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 175 60 -
CMYK 0.02 0 0.66 0.31
HSL 62.09º 0.49% 0.46% -
HSV(B) 62.09º 0.66% 0.69% -
XYZ 32.94 39.64 10.19 -
YUV 160.69 71.17 135.35 -
System Red Green Blue C M Y K H S L
Decimal 171 175 60 0.02 0 0.66 0.31 62.09 0.49 0.46
Hex AB AF 3C 2 0 42 1F 3E 31 2E
Octal 253 257 74 2 0 102 37 76 61 56
Binary 10101011 10101111 111100 10 0 1000010 11111 111110 110001 101110

Color Harmonies of #ABAF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF3C

Black with #ABAF3C

Text Example


Text Example

White with #ABAF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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