Html Css Color HEX #ABAF3F Brass

📋 copy color: '#ABAF3F'

red 171 ◦ green 175 ◦ blue 63

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

Shades of Brass #ABAF3F

Tints of Brass #ABAF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.4%

R = 41.81%
G = 42.79%
B = 15.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#ABAF3F (or 0xABAF3F) is known color: Brass. HEX triplet: AB, AF and 3F. RGB value is (171,175,63). Sum of RGB (Red+Green+Blue) = 171+175+63=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAF3F is #5450C0. Grayscale: #A1A1A1. Windows color (decimal): -5525697 or 4173739. OLE color: 4173739.

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

Color convert

RGB 171 175 63 -
CMYK 0.02 0 0.64 0.31
HSL 62.14º 0.47% 0.47% -
HSV(B) 62.14º 0.64% 0.69% -
XYZ 33.02 39.68 10.62 -
YUV 161.04 72.67 135.11 -
System Red Green Blue C M Y K H S L
Decimal 171 175 63 0.02 0 0.64 0.31 62.14 0.47 0.47
Hex AB AF 3F 2 0 40 1F 3E 2F 2F
Octal 253 257 77 2 0 100 37 76 57 57
Binary 10101011 10101111 111111 10 0 1000000 11111 111110 101111 101111

Color Harmonies of #ABAF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF3F

Black with #ABAF3F

Text Example


Text Example

White with #ABAF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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