Html Css Color HEX #ABAE32 Brass

📋 copy color: '#ABAE32'

red 171 ◦ green 174 ◦ blue 50

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

Shades of Brass #ABAE32

Tints of Brass #ABAE32

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.05%

 BLUE value IS 50 (19.92% from 255) = 12.66%

R = 43.29%
G = 44.05%
B = 12.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#ABAE32 (or 0xABAE32) is known color: Brass. HEX triplet: AB, AE and 32. RGB value is (171,174,50). Sum of RGB (Red+Green+Blue) = 171+174+50=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAE32 is #5451CD. Grayscale: #9F9F9F. Windows color (decimal): -5525966 or 3321515. OLE color: 3321515.

HSL color Cylindrical-coordinate representation of color #ABAE32: hue angle of 61.45º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ABAE32 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 174 50 -
CMYK 0.02 0 0.71 0.32
HSL 61.45º 0.55% 0.44% -
HSV(B) 61.45º 0.71% 0.68% -
XYZ 32.51 39.16 8.86 -
YUV 158.97 66.51 136.58 -
System Red Green Blue C M Y K H S L
Decimal 171 174 50 0.02 0 0.71 0.32 61.45 0.55 0.44
Hex AB AE 32 2 0 47 20 3D 37 2C
Octal 253 256 62 2 0 107 40 75 67 54
Binary 10101011 10101110 110010 10 0 1000111 100000 111101 110111 101100

Color Harmonies of #ABAE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE32

Black with #ABAE32

Text Example


Text Example

White with #ABAE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE32; }

 p { color: rgb(171,174,50); }

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

background-color css

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

 a { background-color: rgb(171,174,50); }

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

border-color css

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

 span { border-color: rgb(171,174,50); }

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